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

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

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

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:45 2005 UTC revision 1.2.2.2 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.portable.Delegate;  import org.omg.CORBA.portable.Delegate;
44  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 84  public abstract class IDLTypeHelper Line 84  public abstract class IDLTypeHelper
84      if (typeCode == null)      if (typeCode == null)
85        {        {
86          typeCode =          typeCode =
87            Restricted_ORB.Singleton.create_interface_tc(IDLTypeHelper.id(),            OrbRestricted.Singleton.create_interface_tc(IDLTypeHelper.id(),
88                                                         "IDLType"                                                         "IDLType"
89                                                        );                                                        );
90        }        }

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

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