/[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 840 by persson, Sun Feb 26 13:00:08 2006 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 29  namespace LinuxSampler { Line 29  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);              static void Destroy(EngineChannel* pEngineChannel);
34              static const std::set<EngineChannel*>& EngineChannelInstances();              static const std::set<EngineChannel*>& EngineChannelInstances();
35      };      };

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

  ViewVC Help
Powered by ViewVC