/[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 209 by schoenebeck, Sun Jul 18 00:29:39 2004 UTC revision 210 by schoenebeck, Sat Jul 24 12:33:49 2004 UTC
# Line 117  class LSCPServer : public Thread { Line 117  class LSCPServer : public Thread {
117          String ResetChannel(uint uiSamplerChannel);          String ResetChannel(uint uiSamplerChannel);
118          String SubscribeNotification(LSCPEvent::event_t);          String SubscribeNotification(LSCPEvent::event_t);
119          String UnsubscribeNotification(LSCPEvent::event_t);          String UnsubscribeNotification(LSCPEvent::event_t);
120            String SetEcho(yyparse_param_t* pSession, double boolean_value);
121          void   AnswerClient(String ReturnMessage);          void   AnswerClient(String ReturnMessage);
122    
123          static int currentSocket;          static int currentSocket;
# Line 146  class LSCPServer : public Thread { Line 147  class LSCPServer : public Thread {
147          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
148          static Mutex NotifyMutex;          static Mutex NotifyMutex;
149          static Mutex NotifyBufferMutex;          static Mutex NotifyBufferMutex;
150          static bool GetLSCPCommand( std::vector<int>::iterator iter );          static bool GetLSCPCommand( std::vector<yyparse_param_t>::iterator iter );
151          static void CloseConnection( std::vector<int>::iterator iter );          static void CloseConnection( std::vector<yyparse_param_t>::iterator iter );
152          static std::vector<int> hSessions;          static std::vector<yyparse_param_t> Sessions;
153          static Mutex SubscriptionMutex;          static Mutex SubscriptionMutex;
154          static std::map< LSCPEvent::event_t, std::list<int> > eventSubscriptions;          static std::map< LSCPEvent::event_t, std::list<int> > eventSubscriptions;
155          static fd_set fdSet;          static fd_set fdSet;

Legend:
Removed from v.209  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC