/[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 420 by schoenebeck, Thu Mar 3 03:25:17 2005 UTC revision 840 by persson, Sun Feb 26 13:00:08 2006 UTC
# Line 33  namespace LinuxSampler { Line 33  namespace LinuxSampler {
33          public:          public:
34              static Engine* Create(String EngineType) throw (LinuxSamplerException);              static Engine* Create(String EngineType) throw (LinuxSamplerException);
35              static void Destroy(Engine* pEngine);              static void Destroy(Engine* pEngine);
36              static std::set<Engine*> EngineInstances();              static const std::set<Engine*>& EngineInstances();
37      };      };
38    
39  } // namepsace LinuxSampler  } // namespace LinuxSampler
40    
41  #endif // __LS_ENGINEFACTORY_H__  #endif // __LS_ENGINEFACTORY_H__

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

  ViewVC Help
Powered by ViewVC