/[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 1534 by schoenebeck, Sun Nov 25 17:47:46 2007 UTC revision 1535 by iliev, Mon Dec 3 13:59:03 2007 UTC
# Line 242  class LSCPServer : public Thread { Line 242  class LSCPServer : public Thread {
242          bool HasSoloChannel();          bool HasSoloChannel();
243          void MuteNonSoloChannels();          void MuteNonSoloChannels();
244          void UnmuteChannels();          void UnmuteChannels();
245            
246            /**
247             * Throws an exception if the specified file is not found or
248             * if directory is specified.
249             */
250            static void VerifyFile(String Filename);
251    
252          static std::map<int,String> bufferedNotifies;          static std::map<int,String> bufferedNotifies;
253          static Mutex NotifyMutex;          static Mutex NotifyMutex;

Legend:
Removed from v.1534  
changed lines
  Added in v.1535

  ViewVC Help
Powered by ViewVC