/[classpath]/classpath/gnu/CORBA/WStringHolder.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/WStringHolder.java

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:08 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:43:23 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA;  package gnu.CORBA;
40    
41    import gnu.CORBA.typecodes.StringTypeCode;
42    
43  import org.omg.CORBA.TCKind;  import org.omg.CORBA.TCKind;
44  import org.omg.CORBA.TypeCode;  import org.omg.CORBA.TypeCode;
45  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 62  public class WStringHolder Line 64  public class WStringHolder
64    /**    /**
65     * The default type code for this holder.     * The default type code for this holder.
66     */     */
67    private static final stringTypeCode t_string =    private static final StringTypeCode t_string =
68      new stringTypeCode(TCKind.tk_wstring);      new StringTypeCode(TCKind.tk_wstring);
69    
70    /**    /**
71     * The <code>String</code> (CORBA <code>string</code>) value,     * The <code>String</code> (CORBA <code>string</code>) value,

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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