/[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 120 by senkov, Sat Jun 12 07:29:37 2004 UTC revision 170 by senkov, Sat Jul 3 20:08:07 2004 UTC
# Line 54  class LSCPResultSet { Line 54  class LSCPResultSet {
54          int result_type;          int result_type;
55          int result_index;          int result_index;
56    
         template<class T> inline String ToString(T o) {  
             std::stringstream ss;  
             ss << o;  
             return ss.str();  
         }  
57  };  };
58    
59  #endif // __LSCPRESULTSET_H_  #endif // __LSCPRESULTSET_H_

Legend:
Removed from v.120  
changed lines
  Added in v.170

  ViewVC Help
Powered by ViewVC