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

Diff of /linuxsampler/trunk/src/engines/gig/DiskThread.cpp

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

revision 834 by schoenebeck, Thu May 19 19:25:14 2005 UTC revision 835 by persson, Mon Feb 6 18:07:17 2006 UTC
# Line 198  namespace LinuxSampler { namespace gig { Line 198  namespace LinuxSampler { namespace gig {
198          for (int i = 1; i <= CONFIG_MAX_STREAMS; i++) {          for (int i = 1; i <= CONFIG_MAX_STREAMS; i++) {
199              pCreatedStreams[i] = NULL;              pCreatedStreams[i] = NULL;
200          }          }
201            ActiveStreamCountMax = 0;
202      }      }
203    
204      DiskThread::~DiskThread() {      DiskThread::~DiskThread() {

Legend:
Removed from v.834  
changed lines
  Added in v.835

  ViewVC Help
Powered by ViewVC