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

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

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 31  Line 31 
31  #include "../common/global.h"  #include "../common/global.h"
32  #include "../common/Exception.h"  #include "../common/Exception.h"
33    
34  using namespace LinuxSampler;  namespace LinuxSampler {
   
35    
36  /**  /**
37   * Helper class for producing result sets   * Helper class for producing result sets
# Line 72  class LSCPEvent { Line 71  class LSCPEvent {
71              };              };
72    
73              /* This constructor will do type lookup based on name              /* This constructor will do type lookup based on name
74               **/               **/
75              LSCPEvent(String eventName) throw (Exception);              LSCPEvent(String eventName) throw (Exception);
76    
77              /* These constructors are used to create event and fill it with data for sending              /* These constructors are used to create event and fill it with data for sending
# Line 111  class LSCPEvent { Line 110  class LSCPEvent {
110              static std::map<event_t, String> EventNames;              static std::map<event_t, String> EventNames;
111  };  };
112    
113    }
114    
115  #endif // __LSCPEVENT_H_  #endif // __LSCPEVENT_H_

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

  ViewVC Help
Powered by ViewVC