/[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 1424 by schoenebeck, Sun Oct 14 22:00:17 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 40  Line 40 
40  #include <iomanip>  #include <iomanip>
41  #include "../common/global_private.h"  #include "../common/global_private.h"
42    
43    
44    namespace LinuxSampler {
45    
46  //Construct an empty resultset  //Construct an empty resultset
47  //Default index is -1 meaning the resultset doesn't have an index  //Default index is -1 meaning the resultset doesn't have an index
48  LSCPResultSet::LSCPResultSet(int index) {  LSCPResultSet::LSCPResultSet(int index) {
# Line 167  String LSCPResultSet::Produce(void) { Line 170  String LSCPResultSet::Produce(void) {
170          //Multiline results MUST end with a line with a single dot          //Multiline results MUST end with a line with a single dot
171          return storage + ".\r\n";          return storage + ".\r\n";
172  }  }
173    
174    }

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

  ViewVC Help
Powered by ViewVC