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

Diff of /classpath/java/net/SocketImpl.java

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

revision 1.15 by mkoch, Sat Jun 7 21:19:02 2003 UTC revision 1.16 by mkoch, Fri Jun 20 05:34:37 2003 UTC
# Line 1  Line 1 
1  /* SocketImpl.java -- Abstract socket implementation class  /* SocketImpl.java -- Abstract socket implementation class
2     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 35  this exception to your version of the li Line 36  this exception to your version of the li
36  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
37  exception statement from your version. */  exception statement from your version. */
38    
39    
40  package java.net;  package java.net;
41    
42  import java.io.*;  import java.io.FileDescriptor;
43    import java.io.InputStream;
44    import java.io.IOException;
45    import java.io.OutputStream;
46    
47  /* Written using on-line Java Platform 1.2 API Specification.  /* Written using on-line Java Platform 1.2 API Specification.
48   * Believed complete and correct.   * Believed complete and correct.

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