/[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 879 by senkov, Tue Jul 6 03:27:38 2004 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 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, 2006 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 28  Line 29 
29    
30  #include "../common/global.h"  #include "../common/global.h"
31  #include "../common/optional.h"  #include "../common/optional.h"
32  #include "../common/LinuxSamplerException.h"  #include "../common/Exception.h"
33  #include "DeviceParameter.h"  #include "DeviceParameter.h"
34    
35  namespace LinuxSampler {  namespace LinuxSampler {
# Line 56  namespace LinuxSampler { Line 57  namespace LinuxSampler {
57                          std::map<String,DeviceCreationParameter*> CreateAllParams ( std::map<String,String> Parameters );                          std::map<String,DeviceCreationParameter*> CreateAllParams ( std::map<String,String> Parameters );
58                          std::map<String,DeviceCreationParameter*> CreateAllParams ();                          std::map<String,DeviceCreationParameter*> CreateAllParams ();
59    
60                          DeviceCreationParameter* Create(String ParameterName) throw (LinuxSamplerException);                          DeviceCreationParameter* Create(String ParameterName) throw (Exception);
61                          DeviceCreationParameter* Create(String ParameterName, String val) throw (LinuxSamplerException);                          DeviceCreationParameter* Create(String ParameterName, String val) throw (Exception);
62    
63                  protected:                  protected:
64                          std::map<String, InnerFactory*> InnerFactories;                          std::map<String, InnerFactory*> InnerFactories;

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

  ViewVC Help
Powered by ViewVC