/[classpath]/classpath/gnu/java/rmi/server/RMIObjectOutputStream.java
ViewVC logotype

Diff of /classpath/gnu/java/rmi/server/RMIObjectOutputStream.java

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

revision 1.4 by mark, Thu Oct 31 18:35:21 2002 UTC revision 1.5 by mkoch, Wed Oct 13 14:32:34 2004 UTC
# Line 1  Line 1 
1  /*  /* RMIObjectOutputStream.java -
2    Copyright (c) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.     Copyright (c) 1996, 1997, 1998, 1999, 2002, 2004
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 gnu.java.rmi.server;  package gnu.java.rmi.server;
41    
42    import java.io.IOException;
43  import java.io.ObjectOutputStream;  import java.io.ObjectOutputStream;
44  import java.io.OutputStream;  import java.io.OutputStream;
 import java.io.IOException;  
 import java.rmi.server.RMIClassLoader;  
45  import java.rmi.Remote;  import java.rmi.Remote;
46  import java.rmi.server.RemoteStub;  import java.rmi.server.RemoteStub;
47  import java.rmi.server.ObjID;  import java.rmi.server.RMIClassLoader;
48    
49  public class RMIObjectOutputStream  public class RMIObjectOutputStream
50          extends ObjectOutputStream {          extends ObjectOutputStream {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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