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

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

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

revision 165 by senkov, Thu Jul 1 04:25:55 2004 UTC revision 502 by letz, Fri Apr 29 14:20:22 2005 UTC
# Line 28  Line 28 
28  class Mutex {  class Mutex {
29      public:      public:
30          Mutex();          Mutex();
31         ~Mutex();              virtual ~Mutex();
32          void Lock();          void Lock();
33          bool Trylock();          bool Trylock();
34          void Unlock();          void Unlock();

Legend:
Removed from v.165  
changed lines
  Added in v.502

  ViewVC Help
Powered by ViewVC