--- linuxsampler/trunk/src/network/lscpserver.h 2004/07/18 00:29:39 209 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/07/24 12:33:49 210 @@ -117,6 +117,7 @@ String ResetChannel(uint uiSamplerChannel); String SubscribeNotification(LSCPEvent::event_t); String UnsubscribeNotification(LSCPEvent::event_t); + String SetEcho(yyparse_param_t* pSession, double boolean_value); void AnswerClient(String ReturnMessage); static int currentSocket; @@ -146,9 +147,9 @@ static std::map bufferedNotifies; static Mutex NotifyMutex; static Mutex NotifyBufferMutex; - static bool GetLSCPCommand( std::vector::iterator iter ); - static void CloseConnection( std::vector::iterator iter ); - static std::vector hSessions; + static bool GetLSCPCommand( std::vector::iterator iter ); + static void CloseConnection( std::vector::iterator iter ); + static std::vector Sessions; static Mutex SubscriptionMutex; static std::map< LSCPEvent::event_t, std::list > eventSubscriptions; static fd_set fdSet;