/[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 62 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 63 by schoenebeck, Tue May 4 18:52:24 2004 UTC
# Line 80  class Condition : public Mutex { Line 80  class Condition : public Mutex {
80          /**          /**
81           * Set Condition object to \a bCondition. Upon change of the           * Set Condition object to \a bCondition. Upon change of the
82           * condition, other threads waiting for \a bCondition will be           * condition, other threads waiting for \a bCondition will be
83           * awakened.           * awakened. (Note the condition will not be locked for the calling
84             * thread after this method returns!)
85           *           *
86           * @param bCondition - new condition           * @param bCondition - new condition
87           */           */

Legend:
Removed from v.62  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC