/[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 2533 by schoenebeck, Thu Feb 6 21:11:23 2014 UTC revision 2534 by schoenebeck, Sun Mar 9 21:34:03 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 SetShellDoc(yyparse_param_t* pSession, double boolean_value);
244          String SetShellAutoCorrect(yyparse_param_t* pSession, double boolean_value);          String SetShellAutoCorrect(yyparse_param_t* pSession, double boolean_value);
245          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
246          void   CloseAllConnections();          void   CloseAllConnections();
# Line 296  class LSCPServer : public Thread { Line 297  class LSCPServer : public Thread {
297          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
298          static Mutex NotifyMutex;          static Mutex NotifyMutex;
299          static Mutex NotifyBufferMutex;          static Mutex NotifyBufferMutex;
300            String generateLSCPDocReply(const String& line, yyparse_param_t* param);
301          bool GetLSCPCommand( std::vector<yyparse_param_t>::iterator iter );          bool GetLSCPCommand( std::vector<yyparse_param_t>::iterator iter );
302          static void CloseConnection( std::vector<yyparse_param_t>::iterator iter );          static void CloseConnection( std::vector<yyparse_param_t>::iterator iter );
303          static std::vector<yyparse_param_t> Sessions;          static std::vector<yyparse_param_t> Sessions;

Legend:
Removed from v.2533  
changed lines
  Added in v.2534

  ViewVC Help
Powered by ViewVC