--- linuxsampler/trunk/src/common/Condition.h 2004/04/27 09:21:58 56 +++ linuxsampler/trunk/src/common/Condition.h 2004/05/04 18:52:24 63 @@ -80,7 +80,8 @@ /** * Set Condition object to \a bCondition. Upon change of the * condition, other threads waiting for \a bCondition will be - * awakened. + * awakened. (Note the condition will not be locked for the calling + * thread after this method returns!) * * @param bCondition - new condition */