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

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

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

revision 1.4 by mark, Sat Jul 2 20:32:57 2005 UTC revision 1.5 by audriusa, Fri Oct 28 09:47: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 62  public final class ShortSeqHolder Line 62  public final class ShortSeqHolder
62    /**    /**
63     * The type code for this holder. Each holder has a different instance.     * The type code for this holder. Each holder has a different instance.
64     */     */
65    private final primitiveArrayTypeCode typecode =    private final ArrayTypeCode typecode =
66      new primitiveArrayTypeCode(TCKind.tk_short);      new ArrayTypeCode(TCKind.tk_short);
67    
68    /**    /**
69     * Constructs an instance of ShortSeqHolder,     * Constructs an instance of ShortSeqHolder,

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

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