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

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

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

revision 1.5.2.4 by gnu_andrew, Tue Aug 2 20:12:45 2005 UTC revision 1.5.2.5 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.fixedTypeCode;  import gnu.CORBA.typecodes.FixedTypeCode;
42  import gnu.CORBA.primitiveTypeCode;  import gnu.CORBA.typecodes.PrimitiveTypeCode;
43    
44  import java.math.BigDecimal;  import java.math.BigDecimal;
45    
# Line 108  public final class FixedHolder Line 108  public final class FixedHolder
108     */     */
109    public TypeCode _type()    public TypeCode _type()
110    {    {
111      return new fixedTypeCode(value);      return new FixedTypeCode(value);
112    }    }
113    
114    /**    /**

Legend:
Removed from v.1.5.2.4  
changed lines
  Added in v.1.5.2.5

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