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

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

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

revision 1.1.2.3 by gnu_andrew, Tue Aug 2 20:12:45 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:44: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.primitiveArrayTypeCode;  import gnu.CORBA.typecodes.ArrayTypeCode;
42    
43  import org.omg.CORBA.TypeCodePackage.BadKind;  import org.omg.CORBA.TypeCodePackage.BadKind;
44  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 125  public abstract class FloatSeqHelper Line 125  public abstract class FloatSeqHelper
125     */     */
126    public static TypeCode type()    public static TypeCode type()
127    {    {
128      return new primitiveArrayTypeCode(TCKind.tk_float);      return new ArrayTypeCode(TCKind.tk_float);
129    }    }
130    
131    /**    /**

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