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

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

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

revision 1.1 by audriusa, Fri Oct 21 16:15:32 2005 UTC revision 1.2 by audriusa, Tue Oct 25 12:43:37 2005 UTC
# Line 38  Line 38 
38    
39  package gnu.CORBA;  package gnu.CORBA;
40    
41  import gnu.CORBA.interfaces.gnuSocketFactory;  import gnu.CORBA.interfaces.SocketFactory;
42    
43  import java.io.IOException;  import java.io.IOException;
44  import java.net.ServerSocket;  import java.net.ServerSocket;
# Line 51  import java.net.Socket; Line 51  import java.net.Socket;
51   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
52   */   */
53  public class DefaultSocketFactory  public class DefaultSocketFactory
54    implements gnuSocketFactory    implements SocketFactory
55  {  {
56    /**    /**
57     * It is enough to have one instance of this class for all ORBs.     * It is enough to have one instance of this class for all ORBs.

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