/[svn]/linuxsampler/trunk/src/diskthread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/diskthread.h

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

revision 12 by senoner, Tue Nov 11 23:30:47 2003 UTC revision 13 by schoenebeck, Fri Nov 21 15:07:23 2003 UTC
# Line 52  class DiskThread : public Thread { Line 52  class DiskThread : public Thread {
52          int     OrderDeletionOfStream(Stream::reference_t* pStreamRef);          int     OrderDeletionOfStream(Stream::reference_t* pStreamRef);
53          Stream* AskForCreatedStream(Stream::OrderID_t StreamOrderID);          Stream* AskForCreatedStream(Stream::OrderID_t StreamOrderID);
54    
55          // the number of currently active streams          // the number of streams currently in usage
56          // printed on the console the main thread (along with the active voice count)          // printed on the console the main thread (along with the active voice count)
57          int ActiveStreamCount;          int ActiveStreamCount;
58            int ActiveStreamCountMax;
59    
60      protected:      protected:
61          int Main(); ///< Implementation of virtual method from class Thread          int Main(); ///< Implementation of virtual method from class Thread

Legend:
Removed from v.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC