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

Diff of /linuxsampler/trunk/src/engines/EngineChannelFactory.cpp

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

revision 839 by schoenebeck, Fri Jun 17 19:49:30 2005 UTC revision 840 by persson, Sun Feb 26 13:00:08 2006 UTC
# Line 42  namespace LinuxSampler { Line 42  namespace LinuxSampler {
42          engineChannels.erase(pEngineChannel);          engineChannels.erase(pEngineChannel);
43      }      }
44    
45      std::set<LinuxSampler::EngineChannel*> EngineChannelFactory::EngineChannelInstances() {      const std::set<LinuxSampler::EngineChannel*>& EngineChannelFactory::EngineChannelInstances() {
46          return engineChannels;          return engineChannels;
47      }      }
48    
49  } // namepsace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.839  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC