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,7 +38,7 @@ exception statement from your version. */
|
||||
|
||||
package org.omg.DynamicAny;
|
||||
|
||||
import gnu.CORBA.Restricted_ORB;
|
||||
import gnu.CORBA.OrbRestricted;
|
||||
|
||||
import org.omg.CORBA.Any;
|
||||
import org.omg.CORBA.ORB;
|
||||
@@ -84,7 +84,7 @@ public abstract class FieldNameHelper
|
||||
*/
|
||||
public static TypeCode type()
|
||||
{
|
||||
ORB orb = Restricted_ORB.Singleton;
|
||||
ORB orb = OrbRestricted.Singleton;
|
||||
return orb.create_alias_tc(id(), "FieldName", orb.create_string_tc(0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user