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 /cpp/src/IceXML/StreamI.cpp | |
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 'cpp/src/IceXML/StreamI.cpp')
-rw-r--r-- | cpp/src/IceXML/StreamI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceXML/StreamI.cpp b/cpp/src/IceXML/StreamI.cpp index 4bfcb272159..01fe52510fd 100644 --- a/cpp/src/IceXML/StreamI.cpp +++ b/cpp/src/IceXML/StreamI.cpp @@ -1373,7 +1373,7 @@ IceXML::StreamI::writeObjectData(const string& name, const string& id, const Ice // Convert the type-id to the equivalent schema type // definition name. // - typeId = obj->__getClassIds()[0]; + typeId = obj->ice_id(); static const string xsdPrefix = "_internal."; static const string xsdSuffix = "Type"; |