/[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 56 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 64 by schoenebeck, Thu May 6 20:06:20 2004 UTC
# Line 57  enum fill_response_t { Line 57  enum fill_response_t {
57   */   */
58  struct YYSTYPE {  struct YYSTYPE {
59      union {      union {
60          char                Char;          char                      Char;
61          unsigned int        Number;          unsigned int              Number;
62          double              Dotnum;          double                    Dotnum;
63          fill_response_t     FillResponse;          fill_response_t           FillResponse;
64          audio_output_type_t AudioOutput;          AudioOutputDevice::type_t AudioOutput;
65          midi_input_type_t   MidiInput;          MidiInputDevice::type_t   MidiInput;
66      };      };
67      std::string  String;      std::string  String;
68  };  };

Legend:
Removed from v.56  
changed lines
  Added in v.64

  ViewVC Help
Powered by ViewVC