/[classpath]/classpath/org/omg/CosNaming/IstringHelper.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/IstringHelper.java

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

revision 1.2.2.2 by gnu_andrew, Tue Aug 2 20:12:47 2005 UTC revision 1.2.2.3 by gnu_andrew, Wed Nov 2 00:44:13 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CosNaming;  package org.omg.CosNaming;
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 84  public abstract class IstringHelper Line 84  public abstract class IstringHelper
84     */     */
85    public static TypeCode type()    public static TypeCode type()
86    {    {
87      ORB orb = Restricted_ORB.Singleton;      ORB orb = OrbRestricted.Singleton;
88      return orb.create_alias_tc(id(), "Istring", orb.create_string_tc(0));      return orb.create_alias_tc(id(), "Istring", orb.create_string_tc(0));
89    }    }
90    

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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