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

Diff of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceMidiShare.h

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

revision 2433 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC revision 2434 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC
# Line 41  namespace LinuxSampler { Line 41  namespace LinuxSampler {
41              ~MidiInputDeviceMidiShare();              ~MidiInputDeviceMidiShare();
42    
43              // derived abstract methods from class 'MidiInputDevice'              // derived abstract methods from class 'MidiInputDevice'
44              void Listen(){}              void Listen() OVERRIDE {}
45              void StopListen(){}              void StopListen() OVERRIDE {}
46              virtual String Driver();              virtual String Driver() OVERRIDE;
47              static String Name();              static String Name();
48              static String Description();              static String Description();
49              static String Version();              static String Version();

Legend:
Removed from v.2433  
changed lines
  Added in v.2434

  ViewVC Help
Powered by ViewVC