aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
committerDiego Novillo <dnovillo@redhat.com>2005-11-20 07:33:40 +0000
commit334cb8612fc07d2479533d3e589ab678753adaf8 (patch)
treefd3fd3000ec4c751ee405ae2a84ea17169a0126b /libjava/classpath/org/omg/CORBA/ValueBaseHelper.java
parent69231c6769016efb611e7d2476a74e13a0f8a0db (diff)
Mainline merge as of 2005-11-18.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/gomp-20050608-branch@107245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/org/omg/CORBA/ValueBaseHelper.java')
-rw-r--r--libjava/classpath/org/omg/CORBA/ValueBaseHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java b/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java
index 941e9d740fe..1699d912d61 100644
--- a/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java
+++ b/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java
@@ -39,7 +39,7 @@ exception statement from your version. */
package org.omg.CORBA;
import gnu.CORBA.CDR.Vio;
-import gnu.CORBA.recordTypeCode;
+import gnu.CORBA.typecodes.RecordTypeCode;
import org.omg.CORBA.portable.InputStream;
import org.omg.CORBA.portable.OutputStream;
@@ -109,7 +109,7 @@ public abstract class ValueBaseHelper
*/
public static TypeCode type()
{
- recordTypeCode r = new recordTypeCode(TCKind.tk_value);
+ RecordTypeCode r = new RecordTypeCode(TCKind.tk_value);
return r;
}