/[svn]/linuxsampler/trunk/src/network/lscpserver.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpserver.cpp

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

revision 1764 by iliev, Wed Sep 3 17:18:51 2008 UTC revision 1765 by persson, Sat Sep 6 16:44:42 2008 UTC
# Line 42  Line 42 
42  #include "../drivers/audio/AudioOutputDeviceFactory.h"  #include "../drivers/audio/AudioOutputDeviceFactory.h"
43  #include "../drivers/midi/MidiInputDeviceFactory.h"  #include "../drivers/midi/MidiInputDeviceFactory.h"
44    
45    namespace LinuxSampler {
46    
47  /**  /**
48   * Returns a copy of the given string where all special characters are   * Returns a copy of the given string where all special characters are
# Line 3259  String LSCPServer::SetEcho(yyparse_param Line 3260  String LSCPServer::SetEcho(yyparse_param
3260      }      }
3261      return result.Produce();      return result.Produce();
3262  }  }
3263    
3264    }

Legend:
Removed from v.1764  
changed lines
  Added in v.1765

  ViewVC Help
Powered by ViewVC