/[svn]/jsampler/trunk/src/org/jsampler/task/LSConsoleConnect.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/task/LSConsoleConnect.java

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

revision 1687 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1688 by iliev, Thu Feb 14 16:52:36 2008 UTC
# Line 60  public class LSConsoleConnect extends En Line 60  public class LSConsoleConnect extends En
60          public void          public void
61          run() {          run() {
62                  try {                  try {
63                          String address = CC.getClient().getServerAddress();                          String address = CC.getCurrentServer().getAddress();
64                          int port = CC.getClient().getServerPort();                          int port = CC.getCurrentServer().getPort();
65                                                    
66                          if(oldSocket != null) oldSocket.close();                          if(oldSocket != null) oldSocket.close();
67                          InetSocketAddress sockAddr = new InetSocketAddress(address, port);                          InetSocketAddress sockAddr = new InetSocketAddress(address, port);

Legend:
Removed from v.1687  
changed lines
  Added in v.1688

  ViewVC Help
Powered by ViewVC