/[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 267 by schoenebeck, Thu Aug 26 22:05:44 2004 UTC revision 268 by capela, Thu Oct 7 22:20:20 2004 UTC
# Line 23  Line 23 
23  #include "AudioOutputDeviceJack.h"  #include "AudioOutputDeviceJack.h"
24  #include "AudioOutputDeviceFactory.h"  #include "AudioOutputDeviceFactory.h"
25    
26    #include <errno.h>
27    
28  #if HAVE_JACK  #if HAVE_JACK
29    
30  namespace LinuxSampler {  namespace LinuxSampler {
# Line 197  namespace LinuxSampler { Line 199  namespace LinuxSampler {
199      }      }
200    
201      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
202         String s = "$Revision: 1.12 $";         String s = "$Revision: 1.13 $";
203         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
204      }      }
205    

Legend:
Removed from v.267  
changed lines
  Added in v.268

  ViewVC Help
Powered by ViewVC