/[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 137 by capela, Sun Jun 20 16:49:47 2004 UTC revision 138 by senkov, Sun Jun 20 23:18:24 2004 UTC
# Line 420  String LSCPServer::GetAudioOutputDeviceC Line 420  String LSCPServer::GetAudioOutputDeviceC
420      LSCPResultSet result;      LSCPResultSet result;
421      try {      try {
422          uint count = pSampler->AudioOutputDevices();          uint count = pSampler->AudioOutputDevices();
423          result = count; // success          result.Add(count); // success
424      }      }
425      catch (LinuxSamplerException e) {      catch (LinuxSamplerException e) {
426          result.Error(e);          result.Error(e);

Legend:
Removed from v.137  
changed lines
  Added in v.138

  ViewVC Help
Powered by ViewVC