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

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

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

revision 2189 by iliev, Sun Oct 7 20:29:41 2007 UTC revision 2190 by iliev, Fri Jun 24 20:18:03 2011 UTC
# Line 1  Line 1 
1  /*  /*
2   *   jlscp - a java LinuxSampler control protocol API   *   jlscp - a java LinuxSampler control protocol API
3   *   *
4   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2011 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of jlscp.   *   This file is part of jlscp.
7   *   *
# Line 31  public final class ServerInfo implements Line 31  public final class ServerInfo implements
31          private String ver = null;          private String ver = null;
32          private String protoVer = null;          private String protoVer = null;
33          private boolean instrumentsDbSupport = false;          private boolean instrumentsDbSupport = false;
34    
35            /** Creates a new instance of <code>ServerInfo</code>. */
36            public
37            ServerInfo() { }
38                    
39          /**          /**
40           * Creates a new instance of <code>ServerInfo</code> and parses the information           * Creates a new instance of <code>ServerInfo</code> and parses the information

Legend:
Removed from v.2189  
changed lines
  Added in v.2190

  ViewVC Help
Powered by ViewVC