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

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

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

revision 1008 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 1009 by schoenebeck, Thu Jan 4 14:43:02 2007 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                        *   *   Copyright (C) 2005 - 2007 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 64  void LSCPResultSet::Add(String Label, St Line 64  void LSCPResultSet::Add(String Label, St
64          if (result_type != result_type_success)          if (result_type != result_type_success)
65                  throw Exception("Attempting to create illegal resultset");                  throw Exception("Attempting to create illegal resultset");
66          storage = storage + Label + ": " + Value + "\r\n";          storage = storage + Label + ": " + Value + "\r\n";
67          count++;          count = 2; // results in form of "Label: Value" should always be handled as multi line responses
68  }  }
69    
70  void LSCPResultSet::Add(String Label, const char* pValue) {  void LSCPResultSet::Add(String Label, const char* pValue) {

Legend:
Removed from v.1008  
changed lines
  Added in v.1009

  ViewVC Help
Powered by ViewVC