/[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 385 by schoenebeck, Thu Feb 17 02:53:45 2005 UTC revision 397 by senkov, Mon Feb 21 04:28:50 2005 UTC
# Line 124  class LSCPServer : public Thread { Line 124  class LSCPServer : public Thread {
124          String ResetSampler();          String ResetSampler();
125          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
126          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
127            String QueryDatabase(String query);
128          String SetEcho(yyparse_param_t* pSession, double boolean_value);          String SetEcho(yyparse_param_t* pSession, double boolean_value);
129          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
130    

Legend:
Removed from v.385  
changed lines
  Added in v.397

  ViewVC Help
Powered by ViewVC