/[svn]/linuxsampler/trunk/src/common/Condition.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Condition.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1230 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC revision 1231 by schoenebeck, Mon Jun 11 10:06:52 2007 UTC
# Line 99  class Condition : public Mutex { Line 99  class Condition : public Mutex {
99          void Set(bool bCondition);          void Set(bool bCondition);
100    
101          /**          /**
102          * Returns the current boolean state of this condition object.           * Returns the current boolean state of this condition object.
103          * @e Caution: this method is not thread safe! If you need to use the           * @e Caution: this method is not thread safe! If you need to use
104          * condition state in a thread critical context you must call           * the condition state in a thread critical context you must call
105          * @c Lock() and @c Unlock() respectively by yourself!           * @c Lock() and @c Unlock() respectively by yourself!
106          */           */
107          bool GetUnsafe();          bool GetUnsafe();
108    
109      protected:      protected:

Legend:
Removed from v.1230  
changed lines
  Added in v.1231

  ViewVC Help
Powered by ViewVC