/[svn]/linuxsampler/trunk/src/engines/gig/Engine.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Engine.cpp

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

revision 473 by schoenebeck, Thu Mar 17 20:13:08 2005 UTC revision 475 by schoenebeck, Thu Mar 17 23:56:56 2005 UTC
# Line 1184  namespace LinuxSampler { namespace gig { Line 1184  namespace LinuxSampler { namespace gig {
1184      }      }
1185    
1186      String Engine::EngineName() {      String Engine::EngineName() {
1187          return "GigEngine";          return LS_GIG_ENGINE_NAME;
1188      }      }
1189    
1190      String Engine::Description() {      String Engine::Description() {
# Line 1192  namespace LinuxSampler { namespace gig { Line 1192  namespace LinuxSampler { namespace gig {
1192      }      }
1193    
1194      String Engine::Version() {      String Engine::Version() {
1195          String s = "$Revision: 1.33 $";          String s = "$Revision: 1.34 $";
1196          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
1197      }      }
1198    

Legend:
Removed from v.473  
changed lines
  Added in v.475

  ViewVC Help
Powered by ViewVC