/[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 1011 by schoenebeck, Wed Jul 5 17:53:22 2006 UTC revision 1012 by capela, Sun Jan 7 15:52:36 2007 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *   *   Copyright (C) 2005-2007 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 37  namespace LinuxSampler { Line 37  namespace LinuxSampler {
37              static Engine* Create(String EngineType) throw (Exception);              static Engine* Create(String EngineType) throw (Exception);
38              static void Destroy(Engine* pEngine);              static void Destroy(Engine* pEngine);
39              static const std::set<Engine*>& EngineInstances();              static const std::set<Engine*>& EngineInstances();
40            protected:
41                static void Erase(Engine* pEngine);
42                friend class Engine;
43      };      };
44    
45  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.1011  
changed lines
  Added in v.1012

  ViewVC Help
Powered by ViewVC