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

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

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

revision 969 by schoenebeck, Mon Nov 27 21:34:55 2006 UTC revision 970 by schoenebeck, Wed Dec 6 22:28:17 2006 UTC
# Line 59  namespace LinuxSampler { Line 59  namespace LinuxSampler {
59              };              };
60    
61              // Instance variables.              // Instance variables.
62              RingBuffer<command_t>* pQueue; ///< queue with commands for loading new instruments.              RingBuffer<command_t,true>* pQueue; ///< queue with commands for loading new instruments.
63              Condition              conditionJobsLeft; ///< synchronizer to block this thread until a new job arrives              Condition                   conditionJobsLeft; ///< synchronizer to block this thread until a new job arrives
64    
65              int Main(); ///< Implementation of virtual method from class Thread.              int Main(); ///< Implementation of virtual method from class Thread.
66      };      };

Legend:
Removed from v.969  
changed lines
  Added in v.970

  ViewVC Help
Powered by ViewVC