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

Diff of /classpath/java/net/Socket.java

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

revision 1.52 by tromey, Sun Oct 2 22:58:42 2005 UTC revision 1.53 by mark, Sun Oct 9 22:05:47 2005 UTC
# Line 91  public class Socket Line 91  public class Socket
91    
92    /**    /**
93     * True if the socket is bound.     * True if the socket is bound.
94       * Package private so it can be set from ServerSocket when accept is called.
95     */     */
96    private boolean bound;    boolean bound;
97    
98    /**    /**
99     * True if input is shutdown.     * True if input is shutdown.

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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