/[classpath]/classpath/gnu/CORBA/Focused_ORB.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Focused_ORB.java

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

revision 1.1 by audriusa, Sun Oct 16 22:39:05 2005 UTC revision 1.2 by audriusa, Fri Oct 21 16:15:32 2005 UTC
# Line 192  public class Focused_ORB Line 192  public class Focused_ORB
192          try          try
193            {            {
194              // Check if the port is ok:              // Check if the port is ok:
195              ServerSocket s = new ServerSocket(port);              ServerSocket s = socketFactory.createServerSocket(port);
196              s.close();              s.close();
197    
198              portServer shared;              portServer shared;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26