/[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.15 by mkoch, Mon Sep 2 07:05:11 2002 UTC revision 1.16 by mark, Mon Sep 2 21:41:08 2002 UTC
# Line 671  public class Socket Line 671  public class Socket
671    
672    public void shutdownInput() throws IOException    public void shutdownInput() throws IOException
673    {    {
674      impl.shutdownInput();      // impl.shutdownInput();
675    }    }
676    
677    public void shutdownOutput() throws IOException    public void shutdownOutput() throws IOException
678    {    {
679      impl.shutdownOutput();      // impl.shutdownOutput();
680    }    }
681    
682    SocketChannel ch; // this field must have been set if created by SocketChannel    SocketChannel ch; // this field must have been set if created by SocketChannel

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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