This fix should prevent TimeSource control thread from using random semaphores,

by no longer using an uninitialized Blocker object.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2005-07-05 21:35:38 +00:00
parent 34597b9215
commit 23f34657e1
2 changed files with 41 additions and 21 deletions
+1 -1
View File
@@ -22,8 +22,8 @@ namespace BPrivate { namespace media {
class BMediaRosterEx;
class TimeSourceObject;
class SystemTimeSourceObject;
class SlaveNodes;
struct TimeSourceTransmit;
struct SlaveNodes;
} }