/[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 170 by senkov, Sat Jul 3 20:08:07 2004 UTC revision 184 by senkov, Wed Jul 7 02:00:37 2004 UTC
# Line 119  class LSCPServer : public Thread { Line 119  class LSCPServer : public Thread {
119    
120          static int currentSocket;          static int currentSocket;
121          static std::map<int,String> bufferedCommands;          static std::map<int,String> bufferedCommands;
122    
123            static void SendLSCPNotify( LSCPEvent Event );
124    
125      protected:      protected:
126          int            hSocket;          int            hSocket;
127          sockaddr_in    SocketAddress;          sockaddr_in    SocketAddress;
# Line 126  class LSCPServer : public Thread { Line 129  class LSCPServer : public Thread {
129    
130          int Main(); ///< Implementation of virtual method from class Thread          int Main(); ///< Implementation of virtual method from class Thread
131    
         static void SendLSCPNotify( LSCPEvent Event );  
   
132      private:      private:
133                    
134          /**          /**

Legend:
Removed from v.170  
changed lines
  Added in v.184

  ViewVC Help
Powered by ViewVC