/[classpath]/classpath/gnu/CORBA/Poa/ORB_1_4.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/Poa/ORB_1_4.java

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

revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:43:26 2005 UTC revision 1.1.2.5 by gnu_andrew, Sun Nov 27 21:00:36 2005 UTC
# Line 58  import org.omg.CORBA.Policy; Line 58  import org.omg.CORBA.Policy;
58  import org.omg.CORBA.PolicyError;  import org.omg.CORBA.PolicyError;
59  import org.omg.CORBA.portable.ObjectImpl;  import org.omg.CORBA.portable.ObjectImpl;
60  import org.omg.PortableInterceptor.PolicyFactory;  import org.omg.PortableInterceptor.PolicyFactory;
 import org.omg.PortableServer.POA;  
61  import org.omg.PortableServer.Servant;  import org.omg.PortableServer.Servant;
62  import org.omg.PortableServer.POAManagerPackage.State;  import org.omg.PortableServer.POAManagerPackage.State;
63  import org.omg.PortableServer.POAPackage.InvalidPolicy;  import org.omg.PortableServer.POAPackage.InvalidPolicy;
# Line 206  public class ORB_1_4 Line 205  public class ORB_1_4
205        {        {
206          AOM.Obj obj = rootPOA.findIorKey(ior.key);          AOM.Obj obj = rootPOA.findIorKey(ior.key);
207    
208          POA poa;          gnuPOA poa;
209    
210          // Null means that the object was connected to the ORB directly.          // Null means that the object was connected to the ORB directly.
211          if (obj == null)          if (obj == null)
# Line 218  public class ORB_1_4 Line 217  public class ORB_1_4
217    
218          // This may modify the ior.          // This may modify the ior.
219          iIor.establish_components(info);          iIor.establish_components(info);
220            iIor.components_established(info);
221        }        }
222      return ior;      return ior;
223    }    }

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

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