/[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 170 by senkov, Sat Jul 3 20:08:07 2004 UTC revision 184 by senkov, Wed Jul 7 02:00:37 2004 UTC
# Line 244  bool LSCPServer::GetLSCPCommand( std::ve Line 244  bool LSCPServer::GetLSCPCommand( std::ve
244                          if (c == '\r')                          if (c == '\r')
245                                  continue; //Ignore CR                                  continue; //Ignore CR
246                          if (c == '\n') {                          if (c == '\n') {
247                                    LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_misc, "Received \'" + bufferedCommands[socket] + "\' on socket", socket));
248                                  bufferedCommands[socket] += "\n";                                  bufferedCommands[socket] += "\n";
249                                  return true; //Complete command was read                                  return true; //Complete command was read
250                          }                          }

Legend:
Removed from v.170  
changed lines
  Added in v.184

  ViewVC Help
Powered by ViewVC