Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -38,6 +38,8 @@ exception statement from your version. */
|
||||
|
||||
package gnu.CORBA;
|
||||
|
||||
import gnu.CORBA.typecodes.StringTypeCode;
|
||||
|
||||
import org.omg.CORBA.TCKind;
|
||||
import org.omg.CORBA.TypeCode;
|
||||
import org.omg.CORBA.portable.InputStream;
|
||||
@@ -62,8 +64,8 @@ public class WStringHolder
|
||||
/**
|
||||
* The default type code for this holder.
|
||||
*/
|
||||
private static final stringTypeCode t_string =
|
||||
new stringTypeCode(TCKind.tk_wstring);
|
||||
private static final StringTypeCode t_string =
|
||||
new StringTypeCode(TCKind.tk_wstring);
|
||||
|
||||
/**
|
||||
* The <code>String</code> (CORBA <code>string</code>) value,
|
||||
|
||||
Reference in New Issue
Block a user