/[classpath]/classpath/java/net/ServerSocket.java
ViewVC logotype

Diff of /classpath/java/net/ServerSocket.java

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

revision 1.25 by mkoch, Mon Oct 6 13:59:48 2003 UTC revision 1.26 by mkoch, Sun Oct 12 17:49:13 2003 UTC
# Line 76  public class ServerSocket Line 76  public class ServerSocket
76    private boolean closed = false;    private boolean closed = false;
77    
78    /*    /*
79     * This is only used by java.nio.     * This constructor is only used by java.nio.
80     */     */
81    // FIXME: Workaround a bug in gcj.    // FIXME: Workaround a bug in gcj.
82    //ServerSocket (PlainSocketImpl impl) throws IOException    //ServerSocket (PlainSocketImpl impl) throws IOException
# Line 85  public class ServerSocket Line 85  public class ServerSocket
85      this.impl = impl;      this.impl = impl;
86      this.impl.create (true);      this.impl.create (true);
87    }    }
88    
89      /*
90       * This method is only used by java.nio.
91       */
92      // FIXME: Workaround a bug in gcj.
93      //PlainSocketImpl getImpl()
94      SocketImpl getImpl()
95      {
96        return impl;
97      }
98        
99    /**    /**
100     * Constructor that simply sets the implementation.     * Constructor that simply sets the implementation.

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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