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

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

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

revision 1.4.2.3 by gnu_andrew, Tue Aug 2 20:12:47 2005 UTC revision 1.4.2.4 by gnu_andrew, Wed Nov 2 00:44:11 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.stringTypeCode;  import gnu.CORBA.typecodes.StringTypeCode;
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 61  public final class StringHolder Line 61  public final class StringHolder
61    /**    /**
62     * The default type code for this holder.     * The default type code for this holder.
63     */     */
64    private static final stringTypeCode t_string =    private static final StringTypeCode t_string =
65      new stringTypeCode(TCKind.tk_string);      new StringTypeCode(TCKind.tk_string);
66    
67    /**    /**
68     * The <code>String</code> (CORBA <code>string</code>) value,     * The <code>String</code> (CORBA <code>string</code>) value,

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4

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