/[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 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005 Christian Schoenebeck                              *   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *
4   *                                                                         *   *                                                                         *
5   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
6   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# 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 {
29    
30      class EngineChannelFactory {      class EngineChannelFactory {
31          public:          public:
32              static EngineChannel* Create(String EngineType) throw (LinuxSamplerException);              static EngineChannel* Create(String EngineType) throw (Exception);
33                static void Destroy(EngineChannel* pEngineChannel);
34                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.411  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC