/[svn]/linuxsampler/trunk/src/network/lscpevent.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscpevent.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1764 by schoenebeck, Sat Feb 16 01:09:33 2008 UTC revision 1765 by persson, Sat Sep 6 16:44:42 2008 UTC
# Line 24  Line 24 
24  /*********************************************************  /*********************************************************
25   * This class helps to constuct valid events per   * This class helps to constuct valid events per
26   * LSCP protocol specification   * LSCP protocol specification
27   *   *
28   * It also helps LSCPServer lookup the events when   * It also helps LSCPServer lookup the events when
29   * a client is trying to subscribe to an event   * a client is trying to subscribe to an event
30   *   *
# Line 34  Line 34 
34    
35  #include "../common/global_private.h"  #include "../common/global_private.h"
36    
37    namespace LinuxSampler {
38    
39  std::map<LSCPEvent::event_t, String> LSCPEvent::EventNames = std::map<LSCPEvent::event_t, String>();  std::map<LSCPEvent::event_t, String> LSCPEvent::EventNames = std::map<LSCPEvent::event_t, String>();
40    
41  LSCPEvent::LSCPEvent(String eventName) throw (Exception) {  LSCPEvent::LSCPEvent(String eventName) throw (Exception) {
# Line 132  std::list<LSCPEvent::event_t> LSCPEvent: Line 134  std::list<LSCPEvent::event_t> LSCPEvent:
134          return result;          return result;
135  }  }
136    
137    }

Legend:
Removed from v.1764  
changed lines
  Added in v.1765

  ViewVC Help
Powered by ViewVC