/[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 224 by schoenebeck, Sat Aug 21 11:43:53 2004 UTC revision 225 by schoenebeck, Sun Aug 22 14:46:47 2004 UTC
# Line 40  class LSCPResultSet { Line 40  class LSCPResultSet {
40          LSCPResultSet(String, int index = -1);          LSCPResultSet(String, int index = -1);
41          void Add(String);          void Add(String);
42          void Add(String, String);          void Add(String, String);
43            void Add(String, const char*);
44          void Add(String, float);          void Add(String, float);
45          void Add(String, int);          void Add(String, int);
46          void Add(String, bool);          void Add(String, bool);

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC