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

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

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

revision 1.1.2.3 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:44:11 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.primitiveTypeCode;  import gnu.CORBA.typecodes.PrimitiveTypeCode;
42  import gnu.CORBA.recordTypeCode;  import gnu.CORBA.typecodes.RecordTypeCode;
43    
44  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
45  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
# Line 63  public final class ObjectHolder Line 63  public final class ObjectHolder
63     * The default type code for this holder if the object type code with     * The default type code for this holder if the object type code with
64     * the zero length string as id.     * the zero length string as id.
65     */     */
66    private static final recordTypeCode t_object;    private static final RecordTypeCode t_object;
67    
68    static    static
69    {    {
70      t_object = new recordTypeCode(TCKind.tk_objref);      t_object = new RecordTypeCode(TCKind.tk_objref);
71      t_object.setId("");      t_object.setId("");
72    }    }
73    

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

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