/[svn]/linuxsampler/trunk/src/drivers/DeviceParameterFactory.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/DeviceParameterFactory.h

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

revision 2504 by persson, Sun Apr 26 12:19:00 2009 UTC revision 2505 by schoenebeck, Sat Jan 11 21:47:57 2014 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 - 2009 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2014 Christian Schoenebeck                       *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   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 41  namespace LinuxSampler { Line 41  namespace LinuxSampler {
41                          class InnerFactory {                          class InnerFactory {
42                                  public:                                  public:
43                                          InnerFactory(DeviceParameterFactory* pParent) { this->pParent = pParent; }                                          InnerFactory(DeviceParameterFactory* pParent) { this->pParent = pParent; }
44                                            virtual ~InnerFactory() {}
45                                          virtual DeviceCreationParameter* Create(std::map<String,String> Parameters = StringMap()) = 0;                                          virtual DeviceCreationParameter* Create(std::map<String,String> Parameters = StringMap()) = 0;
46                                          virtual DeviceCreationParameter* Create(String val) = 0;                                          virtual DeviceCreationParameter* Create(String val) = 0;
47                                  protected:                                  protected:

Legend:
Removed from v.2504  
changed lines
  Added in v.2505

  ViewVC Help
Powered by ViewVC