/[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 1331 by schoenebeck, Sat Jun 23 15:54:18 2007 UTC revision 1332 by schoenebeck, Sun Sep 9 12:22:34 2007 UTC
# Line 33  Line 33 
33  #include <string>  #include <string>
34    
35  #include "../common/global.h"  #include "../common/global.h"
36    #include "../common/Path.h"
37  #include "lscpevent.h"  #include "lscpevent.h"
38  #include "../Sampler.h"  #include "../Sampler.h"
39  #include "../drivers/midi/MidiInstrumentMapper.h"  #include "../drivers/midi/MidiInstrumentMapper.h"
# Line 75  struct _YYSTYPE { Line 76  struct _YYSTYPE {
76      };      };
77      std::string                       String;      std::string                       String;
78      std::map<std::string,std::string> KeyValList;      std::map<std::string,std::string> KeyValList;
79        Path                              UniversalPath;
80  };  };
81  #define YYSTYPE _YYSTYPE  #define YYSTYPE _YYSTYPE
82  #define yystype YYSTYPE         ///< For backward compatibility.  #define yystype YYSTYPE         ///< For backward compatibility.

Legend:
Removed from v.1331  
changed lines
  Added in v.1332

  ViewVC Help
Powered by ViewVC