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

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

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

revision 2241 by iliev, Tue Aug 16 14:50:01 2011 UTC revision 2242 by iliev, Wed Aug 17 09:06:46 2011 UTC
# Line 3512  public class Client { Line 3512  public class Client {
3512          private synchronized SamplerEngine          private synchronized SamplerEngine
3513          getEngineInfo(String engineName) throws IOException, LscpException, LSException {          getEngineInfo(String engineName) throws IOException, LscpException, LSException {
3514                  SamplerEngine se = engineMap.get(engineName);                  SamplerEngine se = engineMap.get(engineName);
3515                  if(se != null) return null;                  if(se != null) return se;
3516                                    
3517                  se = new SamplerEngine();                  se = new SamplerEngine();
3518                  if(!retrieveInfo("GET ENGINE INFO " + engineName, se)) return null;                  if(!retrieveInfo("GET ENGINE INFO " + engineName, se)) return null;

Legend:
Removed from v.2241  
changed lines
  Added in v.2242

  ViewVC Help
Powered by ViewVC