/[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 879 by iliev, Fri Sep 23 06:58:26 2005 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6     *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 28  Line 29 
29  #include <list>  #include <list>
30  #include "../Sampler.h"  #include "../Sampler.h"
31  #include "../common/global.h"  #include "../common/global.h"
32  #include "../common/LinuxSamplerException.h"  #include "../common/Exception.h"
33    
34  using namespace LinuxSampler;  using namespace LinuxSampler;
35    
# Line 53  class LSCPEvent { Line 54  class LSCPEvent {
54    
55              /* This constructor will do type lookup based on name              /* This constructor will do type lookup based on name
56               **/               **/
57              LSCPEvent(String eventName) throw (LinuxSamplerException);              LSCPEvent(String eventName) throw (Exception);
58    
59              /* 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
60               * These will be used by the thread that wants to send an event to all clients               * These will be used by the thread that wants to send an event to all clients

Legend:
Removed from v.879  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC