/[svn]/linuxsampler/trunk/src/engines/InstrumentManagerThread.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/InstrumentManagerThread.cpp

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

revision 1648 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 88  namespace LinuxSampler { Line 88  namespace LinuxSampler {
88      // Entry point for the task thread.      // Entry point for the task thread.
89      int InstrumentManagerThread::Main() {      int InstrumentManagerThread::Main() {
90          while (true) {          while (true) {
91    
92                            #if CONFIG_PTHREAD_TESTCANCEL
93                            TestCancel();
94                            #endif
95    
96              while (!queue.empty()) {              while (!queue.empty()) {
97                  command_t cmd;                  command_t cmd;
98    

Legend:
Removed from v.1648  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC