/[svn]/linuxsampler/trunk/src/plugins/InstrumentEditorFactory.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/plugins/InstrumentEditorFactory.h

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

revision 1896 by senoner, Wed Nov 14 23:42:15 2007 UTC revision 1897 by persson, Sun May 10 09:31:51 2009 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2007 Christian Schoenebeck                              *   *   Copyright (C) 2007 - 2009 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 103  namespace LinuxSampler { Line 103  namespace LinuxSampler {
103          static std::map<String, InnerFactory*> InnerFactories;          static std::map<String, InnerFactory*> InnerFactories;
104          static bool                            bPluginsLoaded;          static bool                            bPluginsLoaded;
105          static std::list<void*>                LoadedDLLs;          static std::list<void*>                LoadedDLLs;
106    
107        private:
108            static bool LoadPlugins(String plugindir);
109      };      };
110    
111  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.1896  
changed lines
  Added in v.1897

  ViewVC Help
Powered by ViewVC