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

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

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

revision 2515 by schoenebeck, Wed Feb 5 20:45:18 2014 UTC revision 2516 by schoenebeck, Thu Feb 6 21:11:23 2014 UTC
# Line 240  class LSCPServer : public Thread { Line 240  class LSCPServer : public Thread {
240          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
241          String SetEcho(yyparse_param_t* pSession, double boolean_value);          String SetEcho(yyparse_param_t* pSession, double boolean_value);
242          String SetShellInteract(yyparse_param_t* pSession, double boolean_value);          String SetShellInteract(yyparse_param_t* pSession, double boolean_value);
243            String SetShellAutoCorrect(yyparse_param_t* pSession, double boolean_value);
244          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
245          void   CloseAllConnections();          void   CloseAllConnections();
246    

Legend:
Removed from v.2515  
changed lines
  Added in v.2516

  ViewVC Help
Powered by ViewVC