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

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

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

revision 1.2.2.2 by gnu_andrew, Tue Sep 20 18:46:39 2005 UTC revision 1.2.2.3 by gnu_andrew, Wed Nov 2 00:44:12 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.InputStream;  import org.omg.CORBA.portable.InputStream;
44  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
# Line 83  public abstract class VisibilityHelper Line 83  public abstract class VisibilityHelper
83      if (typeCode == null)      if (typeCode == null)
84        {        {
85          TypeCode tshort =          TypeCode tshort =
86            Restricted_ORB.Singleton.get_primitive_tc(TCKind.tk_short);            OrbRestricted.Singleton.get_primitive_tc(TCKind.tk_short);
87          typeCode =          typeCode =
88            Restricted_ORB.Singleton.create_alias_tc(id(), "Visibility", tshort);            OrbRestricted.Singleton.create_alias_tc(id(), "Visibility", tshort);
89        }        }
90      return typeCode;      return typeCode;
91    }    }

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