/[classpath]/classpath/gnu/javax/rmi/PortableServer.java
ViewVC logotype

Diff of /classpath/gnu/javax/rmi/PortableServer.java

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

revision 1.1 by mark, Thu Oct 31 18:35:22 2002 UTC revision 1.1.2.1 by gnu_andrew, Sat Jan 15 17:01:45 2005 UTC
# Line 1  Line 1 
1  /* PortableServer.java --  /* PortableServer.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.javax.rmi;  package gnu.javax.rmi;
40    
 import java.util.Hashtable;  
41  import java.rmi.Remote;  import java.rmi.Remote;
42  import java.rmi.RemoteException;  import java.rmi.RemoteException;
43  import java.rmi.NoSuchObjectException;  import java.rmi.NoSuchObjectException;
 import java.rmi.server.ExportException;  
44  import java.rmi.server.UnicastRemoteObject;  import java.rmi.server.UnicastRemoteObject;
45  import java.rmi.server.RemoteStub;  import java.rmi.server.RemoteStub;
46    import java.util.Hashtable;
47    
48  import javax.rmi.CORBA.*;  import javax.rmi.CORBA.*;
 //import org.omg.CORBA.portable.ObjectImpl;  
49    
50  /**  /**
51   * The relationship of PortableRemoteObjectImpl with PortableServer   * The relationship of PortableRemoteObjectImpl with PortableServer

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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