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

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

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

revision 2433 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC revision 2434 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC
# Line 44  namespace LinuxSampler { Line 44  namespace LinuxSampler {
44              /**              /**
45               * The entry point of the thread.               * The entry point of the thread.
46               */               */
47              virtual int Main();              virtual int Main() OVERRIDE;
48    
49          private:          private:
50              std::list<Runnable*> queue; // the queue, which holds the jobs to be executed              std::list<Runnable*> queue; // the queue, which holds the jobs to be executed

Legend:
Removed from v.2433  
changed lines
  Added in v.2434

  ViewVC Help
Powered by ViewVC