/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/SamplerEngine.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/SamplerEngine.java

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

revision 1538 by iliev, Sun Oct 14 18:08:45 2007 UTC revision 1539 by iliev, Mon Dec 3 22:59:39 2007 UTC
# Line 119  public class SamplerEngine implements Pa Line 119  public class SamplerEngine implements Pa
119                  return false;                  return false;
120          }          }
121                    
         /**  
          * Returns the description of this sampler engine.  
          * @return The description of this sampler engine.  
          */  
122          public String          public String
123          toString() { return getDescription(); }          toString() { return getName() + " engine"; }
124  }  }

Legend:
Removed from v.1538  
changed lines
  Added in v.1539

  ViewVC Help
Powered by ViewVC