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

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

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 31  namespace LinuxSampler { Line 31  namespace LinuxSampler {
31          public:          public:
32              static EngineChannel* Create(String EngineType) throw (LinuxSamplerException);              static EngineChannel* Create(String EngineType) throw (LinuxSamplerException);
33              static void Destroy(EngineChannel* pEngineChannel);              static void Destroy(EngineChannel* pEngineChannel);
34              static std::set<EngineChannel*> EngineChannelInstances();              static const std::set<EngineChannel*>& EngineChannelInstances();
35      };      };
36    
37  } // namepsace LinuxSampler  } // namespace LinuxSampler
38    
39  #endif // __LS_ENGINECHANNELFACTORY_H__  #endif // __LS_ENGINECHANNELFACTORY_H__

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

  ViewVC Help
Powered by ViewVC