/[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 1847 by iliev, Mon Feb 16 17:56:50 2009 UTC revision 1848 by iliev, Sat Feb 28 21:23:06 2009 UTC
# Line 212  class LSCPServer : public Thread { Line 212  class LSCPServer : public Thread {
212          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
213          String SetEcho(yyparse_param_t* pSession, double boolean_value);          String SetEcho(yyparse_param_t* pSession, double boolean_value);
214          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
215            void   CloseAllConnections();
216    
217          static int currentSocket;          static int currentSocket;
218          static std::map<int,String> bufferedCommands;          static std::map<int,String> bufferedCommands;

Legend:
Removed from v.1847  
changed lines
  Added in v.1848

  ViewVC Help
Powered by ViewVC