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

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

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

revision 879 by senkov, Mon Feb 21 04:28:50 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 27  Line 28 
28  #include <string>  #include <string>
29  #include "../Sampler.h"  #include "../Sampler.h"
30  #include "../common/global.h"  #include "../common/global.h"
31  #include "../common/LinuxSamplerException.h"  #include "../common/Exception.h"
32    
33  using namespace LinuxSampler;  using namespace LinuxSampler;
34    
# Line 47  class LSCPResultSet { Line 48  class LSCPResultSet {
48          void Add(String, bool);          void Add(String, bool);
49          void Add(int);          void Add(int);
50          void Error(String message = "Undefined Error", int code = 0);          void Error(String message = "Undefined Error", int code = 0);
51          void Error(LinuxSamplerException e);          void Error(Exception e);
52          void Warning(String message = "Undefined Warning", int code = 0);          void Warning(String message = "Undefined Warning", int code = 0);
53          String Produce(void);          String Produce(void);
54    

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

  ViewVC Help
Powered by ViewVC