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

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

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

revision 1.3.2.2 by gnu_andrew, Tue Aug 2 20:12:46 2005 UTC revision 1.3.2.3 by gnu_andrew, Wed Nov 2 00:44:10 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.primitiveArrayTypeCode;  import gnu.CORBA.typecodes.ArrayTypeCode;
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 56  public final class LongSeqHolder Line 56  public final class LongSeqHolder
56    /**    /**
57     * The type code for this holder. Each holder has a different instance.     * The type code for this holder. Each holder has a different instance.
58     */     */
59    private final primitiveArrayTypeCode typecode =    private final ArrayTypeCode typecode =
60      new primitiveArrayTypeCode(TCKind.tk_long);      new ArrayTypeCode(TCKind.tk_long);
61        
62    /**    /**
63     * The <code>int[]</code> (CORBA <code>LongSeq</code>) value,     * The <code>int[]</code> (CORBA <code>LongSeq</code>) value,

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3

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