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

Diff of /classpath/org/omg/CORBA/ValueBaseHelper.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:47 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:44:12 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41  import gnu.CORBA.CDR.Vio;  import gnu.CORBA.CDR.Vio;
42  import gnu.CORBA.recordTypeCode;  import gnu.CORBA.typecodes.RecordTypeCode;
43    
44  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
45  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
# Line 109  public abstract class ValueBaseHelper Line 109  public abstract class ValueBaseHelper
109     */     */
110    public static TypeCode type()    public static TypeCode type()
111    {    {
112      recordTypeCode r = new recordTypeCode(TCKind.tk_value);      RecordTypeCode r = new RecordTypeCode(TCKind.tk_value);
113      return r;      return r;
114    }    }
115    

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