diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-03-16 04:16:50 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-03-16 04:16:50 +0000 |
commit | af701afba691dfc175d8bc9d8b1e886964d99a39 (patch) | |
tree | f8688dd34bbae273310dfe049c100f2398953242 /java/src/IceXML/StreamI.java | |
parent | Changed the names of the Parser and ErrorReporter classes to conform with (diff) | |
download | ice-af701afba691dfc175d8bc9d8b1e886964d99a39.tar.bz2 ice-af701afba691dfc175d8bc9d8b1e886964d99a39.tar.xz ice-af701afba691dfc175d8bc9d8b1e886964d99a39.zip |
removing __getClassIds
Diffstat (limited to 'java/src/IceXML/StreamI.java')
-rw-r--r-- | java/src/IceXML/StreamI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceXML/StreamI.java b/java/src/IceXML/StreamI.java index fb96eeea338..8235978beb6 100644 --- a/java/src/IceXML/StreamI.java +++ b/java/src/IceXML/StreamI.java @@ -1179,7 +1179,7 @@ public class StreamI implements Ice.Stream // Convert the type-id to the equivalent schema type // definition name. // - typeId = obj.__getClassIds()[0]; + typeId = obj.ice_id(null); final String xsdPrefix = "_internal."; final String xsdSuffix = "Type"; |