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

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

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

revision 200 by schoenebeck, Tue Jul 13 22:04:16 2004 UTC revision 208 by schoenebeck, Thu Jul 15 22:20:28 2004 UTC
# Line 20  Line 20 
20   *   MA  02111-1307  USA                                                   *   *   MA  02111-1307  USA                                                   *
21   ***************************************************************************/   ***************************************************************************/
22    
 #include "../InputOutputDevice.h"  
23  #include "AudioOutputDeviceAlsa.h"  #include "AudioOutputDeviceAlsa.h"
24  #include "AudioOutputDeviceFactory.h"  #include "AudioOutputDeviceFactory.h"
25    
# Line 274  namespace LinuxSampler { Line 273  namespace LinuxSampler {
273      }      }
274    
275      String AudioOutputDeviceAlsa::Version() {      String AudioOutputDeviceAlsa::Version() {
276         String s = "$Revision: 1.9 $";         String s = "$Revision: 1.10 $";
277         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
278      }      }
279    

Legend:
Removed from v.200  
changed lines
  Added in v.208

  ViewVC Help
Powered by ViewVC