/[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 659 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 660 by schoenebeck, Fri Jun 17 19:49:30 2005 UTC
# Line 21  Line 21 
21  #ifndef __LS_ENGINECHANNELFACTORY_H__  #ifndef __LS_ENGINECHANNELFACTORY_H__
22  #define __LS_ENGINECHANNELFACTORY_H__  #define __LS_ENGINECHANNELFACTORY_H__
23    
24    #include <set>
25    
26  #include "common/EngineChannel.h"  #include "common/EngineChannel.h"
27    
28  namespace LinuxSampler {  namespace LinuxSampler {
# Line 28  namespace LinuxSampler { Line 30  namespace LinuxSampler {
30      class EngineChannelFactory {      class EngineChannelFactory {
31          public:          public:
32              static EngineChannel* Create(String EngineType) throw (LinuxSamplerException);              static EngineChannel* Create(String EngineType) throw (LinuxSamplerException);
33                static void Destroy(EngineChannel* pEngineChannel);
34                static std::set<EngineChannel*> EngineChannelInstances();
35      };      };
36    
37  } // namepsace LinuxSampler  } // namepsace LinuxSampler

Legend:
Removed from v.659  
changed lines
  Added in v.660

  ViewVC Help
Powered by ViewVC