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

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

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

revision 1764 by senoner, Wed Nov 14 23:42:15 2007 UTC revision 1765 by persson, Sat Sep 6 16:44:42 2008 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 - 2007 Christian Schoenebeck                       *   *   Copyright (C) 2005 - 2008 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 42  Line 42 
42  #include "../Sampler.h"  #include "../Sampler.h"
43  #include "../drivers/midi/MidiInstrumentMapper.h"  #include "../drivers/midi/MidiInstrumentMapper.h"
44    
45    namespace LinuxSampler {
46    
47  /// Will be returned by the parser in case of syntax errors.  /// Will be returned by the parser in case of syntax errors.
48  #define LSCP_SYNTAX_ERROR       -69  #define LSCP_SYNTAX_ERROR       -69
49  #define LSCP_QUIT               -1  #define LSCP_QUIT               -1
50  #define LSCP_DONE               0  #define LSCP_DONE               0
51    
 using namespace LinuxSampler;  
   
52  // just symbol prototyping  // just symbol prototyping
53  class LSCPServer;  class LSCPServer;
54    
# Line 110  struct yyparse_param_t { Line 110  struct yyparse_param_t {
110   */   */
111  #define YY_DECL int yylex(YYSTYPE* yylval)  #define YY_DECL int yylex(YYSTYPE* yylval)
112    
113    }
114    
115  #endif // __LSCPPARSER_H__  #endif // __LSCPPARSER_H__

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

  ViewVC Help
Powered by ViewVC