/[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 1541 by iliev, Tue Dec 4 18:09:26 2007 UTC revision 1551 by schoenebeck, Wed Dec 5 22:05:28 2007 UTC
# Line 209  class LSCPServer : public Thread { Line 209  class LSCPServer : public Thread {
209    
210          static void SendLSCPNotify( LSCPEvent Event );          static void SendLSCPNotify( LSCPEvent Event );
211          static int EventSubscribers( std::list<LSCPEvent::event_t> events );          static int EventSubscribers( std::list<LSCPEvent::event_t> events );
212          static void LockRTNotify( void ) { RTNotifyMutex.Lock(); }      static void LockRTNotify();
213          static void UnlockRTNotify( void ) { RTNotifyMutex.Unlock(); }      static void UnlockRTNotify();
214      static String FilterEndlines(String s);      static String FilterEndlines(String s);
215    
216      protected:      protected:
# Line 243  class LSCPServer : public Thread { Line 243  class LSCPServer : public Thread {
243          bool HasSoloChannel();          bool HasSoloChannel();
244          void MuteNonSoloChannels();          void MuteNonSoloChannels();
245          void UnmuteChannels();          void UnmuteChannels();
246            
247          /**          /**
248           * Throws an exception if the specified file is not found or           * Throws an exception if the specified file is not found or
249           * if directory is specified.           * if directory is specified.

Legend:
Removed from v.1541  
changed lines
  Added in v.1551

  ViewVC Help
Powered by ViewVC