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

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

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

revision 1247 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 1248 by persson, Fri Jun 22 10:10:06 2007 UTC
# Line 47  namespace LinuxSampler { Line 47  namespace LinuxSampler {
47              virtual optional<String> Possibilities() = 0;              virtual optional<String> Possibilities() = 0;
48              virtual String           Value()         = 0;              virtual String           Value()         = 0;
49              virtual void             SetValue(String val) throw (Exception) = 0;              virtual void             SetValue(String val) throw (Exception) = 0;
50                virtual ~DeviceRuntimeParameter(){};
51      };      };
52    
53      class DeviceRuntimeParameterBool : public DeviceRuntimeParameter {      class DeviceRuntimeParameterBool : public DeviceRuntimeParameter {

Legend:
Removed from v.1247  
changed lines
  Added in v.1248

  ViewVC Help
Powered by ViewVC