/[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 2514 by schoenebeck, Fri Jan 10 12:20:05 2014 UTC revision 2515 by schoenebeck, Wed Feb 5 20:45:18 2014 UTC
# Line 239  class LSCPServer : public Thread { Line 239  class LSCPServer : public Thread {
239          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
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);
243          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
244          void   CloseAllConnections();          void   CloseAllConnections();
245    
# Line 294  class LSCPServer : public Thread { Line 295  class LSCPServer : public Thread {
295          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
296          static Mutex NotifyMutex;          static Mutex NotifyMutex;
297          static Mutex NotifyBufferMutex;          static Mutex NotifyBufferMutex;
298          static bool GetLSCPCommand( std::vector<yyparse_param_t>::iterator iter );          bool GetLSCPCommand( std::vector<yyparse_param_t>::iterator iter );
299          static void CloseConnection( std::vector<yyparse_param_t>::iterator iter );          static void CloseConnection( std::vector<yyparse_param_t>::iterator iter );
300          static std::vector<yyparse_param_t> Sessions;          static std::vector<yyparse_param_t> Sessions;
301          static Mutex SubscriptionMutex;          static Mutex SubscriptionMutex;

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

  ViewVC Help
Powered by ViewVC