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

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

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

revision 1.5 by mark, Sat Jul 2 20:32:57 2005 UTC revision 1.6 by audriusa, Fri Oct 28 09:47: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.primitiveTypeCode;  import gnu.CORBA.typecodes.PrimitiveTypeCode;
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 61  public final class IntHolder Line 61  public final class IntHolder
61    /**    /**
62     * The default type code for this holder.     * The default type code for this holder.
63     */     */
64    private static final TypeCode t_long = new primitiveTypeCode(TCKind.tk_long);    private static final TypeCode t_long = new PrimitiveTypeCode(TCKind.tk_long);
65    
66    /**    /**
67     * The <code>int</code> (CORBA <code>long</code>) value,     * The <code>int</code> (CORBA <code>long</code>) value,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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