/[classpath]/classpath/org/omg/CORBA/FieldNameHelper.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/FieldNameHelper.java

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:45 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:44:09 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
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 80  public abstract class FieldNameHelper Line 80  public abstract class FieldNameHelper
80     */     */
81    public static TypeCode type()    public static TypeCode type()
82    {    {
83      ORB orb = Restricted_ORB.Singleton;      ORB orb = OrbRestricted.Singleton;
84      return orb.create_alias_tc(id(), "FieldName", orb.create_string_tc(0));      return orb.create_alias_tc(id(), "FieldName", orb.create_string_tc(0));
85    }    }
86    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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