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

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

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

revision 419 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 420 by schoenebeck, Thu Mar 3 03:25:17 2005 UTC
# Line 25  Line 25 
25  #include "../common/LinuxSamplerException.h"  #include "../common/LinuxSamplerException.h"
26  #include "common/Engine.h"  #include "common/Engine.h"
27    
28    #include <set>
29    
30  namespace LinuxSampler {  namespace LinuxSampler {
31    
32      class EngineFactory {      class EngineFactory {
33          public:          public:
34              static Engine* Create(String EngineType) throw (LinuxSamplerException);              static Engine* Create(String EngineType) throw (LinuxSamplerException);
35                static void Destroy(Engine* pEngine);
36                static std::set<Engine*> EngineInstances();
37      };      };
38    
39  } // namepsace LinuxSampler  } // namepsace LinuxSampler

Legend:
Removed from v.419  
changed lines
  Added in v.420

  ViewVC Help
Powered by ViewVC