/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.cpp

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

revision 220 by schoenebeck, Tue Jul 13 22:04:16 2004 UTC revision 221 by schoenebeck, Fri Aug 20 17:25:19 2004 UTC
# Line 137  namespace LinuxSampler { Line 137  namespace LinuxSampler {
137      }      }
138    
139      String AudioOutputDeviceJack::Name() {      String AudioOutputDeviceJack::Name() {
140          return "Jack";          return "JACK";
141      }      }
142    
143      String AudioOutputDeviceJack::Driver() {      String AudioOutputDeviceJack::Driver() {
# Line 149  namespace LinuxSampler { Line 149  namespace LinuxSampler {
149      }      }
150    
151      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
152         String s = "$Revision: 1.9 $";         String s = "$Revision: 1.10 $";
153         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
154      }      }
155    

Legend:
Removed from v.220  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC