/[svn]/linuxsampler/trunk/src/common/WorkerThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/WorkerThread.cpp

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

revision 1894 by nagata, Fri Jan 25 15:06:02 2008 UTC revision 1895 by persson, Sun May 3 12:15:40 2009 UTC
# Line 74  namespace LinuxSampler { Line 74  namespace LinuxSampler {
74              // unlock condition object so it can be turned again by other thread              // unlock condition object so it can be turned again by other thread
75              conditionJobsLeft.Unlock();              conditionJobsLeft.Unlock();
76          }          }
77            return 0;
78      }      }
79    
80  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.1894  
changed lines
  Added in v.1895

  ViewVC Help
Powered by ViewVC