/[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 1247 by iliev, Sun Mar 25 18:59:14 2007 UTC revision 1248 by persson, Fri Jun 22 10:10:06 2007 UTC
# Line 41  namespace LinuxSampler { Line 41  namespace LinuxSampler {
41      void EngineChannelFactory::Destroy(LinuxSampler::EngineChannel* pEngineChannel) {      void EngineChannelFactory::Destroy(LinuxSampler::EngineChannel* pEngineChannel) {
42          pEngineChannel->RemoveAllFxSendCountListeners();          pEngineChannel->RemoveAllFxSendCountListeners();
43          engineChannels.erase(pEngineChannel);          engineChannels.erase(pEngineChannel);
44            delete pEngineChannel;
45      }      }
46    
47      const std::set<LinuxSampler::EngineChannel*>& EngineChannelFactory::EngineChannelInstances() {      const std::set<LinuxSampler::EngineChannel*>& EngineChannelFactory::EngineChannelInstances() {

Legend:
Removed from v.1247  
changed lines
  Added in v.1248

  ViewVC Help
Powered by ViewVC