/[classpath]/classpath/org/omg/PortableInterceptor/ORBIdHelper.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/ORBIdHelper.java

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

revision 1.1 by audriusa, Wed Oct 26 09:33:20 2005 UTC revision 1.2 by audriusa, Fri Oct 28 12:04:47 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.PortableInterceptor;  package org.omg.PortableInterceptor;
40    
41  import gnu.CORBA.Restricted_ORB;  import gnu.CORBA.OrbRestricted;
42    
43  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
44  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 83  public abstract class ORBIdHelper Line 83  public abstract class ORBIdHelper
83     */     */
84    public static TypeCode type()    public static TypeCode type()
85    {    {
86      ORB orb = Restricted_ORB.Singleton;      ORB orb = OrbRestricted.Singleton;
87      return orb.create_alias_tc(id(), "ORBId", orb.create_string_tc(0));      return orb.create_alias_tc(id(), "ORBId", orb.create_string_tc(0));
88    }    }
89    

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

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