--- linuxsampler/trunk/src/network/lscpserver.h 2004/07/06 21:11:41 183 +++ linuxsampler/trunk/src/network/lscpserver.h 2004/07/07 02:00:37 184 @@ -119,6 +119,9 @@ static int currentSocket; static std::map bufferedCommands; + + static void SendLSCPNotify( LSCPEvent Event ); + protected: int hSocket; sockaddr_in SocketAddress; @@ -126,8 +129,6 @@ int Main(); ///< Implementation of virtual method from class Thread - static void SendLSCPNotify( LSCPEvent Event ); - private: /**