/[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 496 by schoenebeck, Mon Mar 21 23:40:56 2005 UTC revision 497 by persson, Sun Apr 10 11:55:44 2005 UTC
# Line 225  namespace LinuxSampler { Line 225  namespace LinuxSampler {
225      }      }
226    
227      bool AudioOutputDeviceJack::IsPlaying() {      bool AudioOutputDeviceJack::IsPlaying() {
228          csIsPlaying.GetUnsafe();          return csIsPlaying.GetUnsafe();
229      }      }
230    
231      void AudioOutputDeviceJack::Stop() {      void AudioOutputDeviceJack::Stop() {
# Line 257  namespace LinuxSampler { Line 257  namespace LinuxSampler {
257      }      }
258    
259      String AudioOutputDeviceJack::Version() {      String AudioOutputDeviceJack::Version() {
260         String s = "$Revision: 1.18 $";         String s = "$Revision: 1.19 $";
261         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
262      }      }
263    

Legend:
Removed from v.496  
changed lines
  Added in v.497

  ViewVC Help
Powered by ViewVC