/[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 2315 by persson, Sat Oct 1 08:23:02 2011 UTC revision 2316 by persson, Sat Feb 18 13:51:38 2012 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005 - 2011 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2012 Christian Schoenebeck                       *
4   *                                                                         *   *                                                                         *
5   *   This library is free software; you can redistribute it and/or modify  *   *   This library is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 178  namespace LinuxSampler { Line 178  namespace LinuxSampler {
178      }      }
179  #endif  #endif
180    
181    #ifdef WIN32
182        int InstrumentManagerThread::StopThread() {
183            int res = Thread::StopThread();
184            conditionJobsLeft.Reset();
185            return res;
186        }
187    #endif
188    
189  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.2315  
changed lines
  Added in v.2316

  ViewVC Help
Powered by ViewVC