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

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

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

revision 551 by senkov, Sat Jul 3 20:08:07 2004 UTC revision 552 by schoenebeck, Wed May 18 10:49:58 2005 UTC
# Line 74  String LSCPEvent::Produce(void) { Line 74  String LSCPEvent::Produce(void) {
74          result += EventNames[type];          result += EventNames[type];
75          result += ":";          result += ":";
76          result += storage;          result += storage;
77          result += "\n";          result += "\r\n";
78          return result;          return result;
79  }  }
80    

Legend:
Removed from v.551  
changed lines
  Added in v.552

  ViewVC Help
Powered by ViewVC