/[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 563 by schoenebeck, Sun May 22 20:43:32 2005 UTC revision 570 by schoenebeck, Mon May 23 17:37:26 2005 UTC
# Line 1417  String LSCPServer::GetServerInfo() { Line 1417  String LSCPServer::GetServerInfo() {
1417      dmsg(2,("LSCPServer: GetServerInfo()\n"));      dmsg(2,("LSCPServer: GetServerInfo()\n"));
1418      LSCPResultSet result;      LSCPResultSet result;
1419      result.Add("DESCRIPTION", "LinuxSampler - modular, streaming capable sampler");      result.Add("DESCRIPTION", "LinuxSampler - modular, streaming capable sampler");
1420      result.Add("VERSION", VERSION);          result.Add("VERSION", VERSION);
1421        result.Add("PROTOCOL_VERSION", "1.0");
1422      return result.Produce();      return result.Produce();
1423  }  }
1424    

Legend:
Removed from v.563  
changed lines
  Added in v.570

  ViewVC Help
Powered by ViewVC