/[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 2502 by persson, Sun May 10 09:31:51 2009 UTC revision 2503 by schoenebeck, Sat Jan 11 14:05:17 2014 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2007 - 2009 Christian Schoenebeck                       *   *   Copyright (C) 2007 - 2014 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 46  namespace LinuxSampler { Line 46  namespace LinuxSampler {
46      public:      public:
47          class InnerFactory {          class InnerFactory {
48          public:          public:
49                virtual ~InnerFactory() {}
50              virtual InstrumentEditor* Create() = 0;              virtual InstrumentEditor* Create() = 0;
51              virtual void Destroy(InstrumentEditor* pEditor) = 0;              virtual void Destroy(InstrumentEditor* pEditor) = 0;
52          };          };

Legend:
Removed from v.2502  
changed lines
  Added in v.2503

  ViewVC Help
Powered by ViewVC