summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/GenUtil.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-07-10 19:50:49 +0000
committerMarc Laukien <marc@zeroc.com>2001-07-10 19:50:49 +0000
commitaadefbf05157f6e2626e7f25241319b4aa010925 (patch)
tree37f9f19b574351656c8b799fb2776716a9aaf82d /cpp/src/slice2cpp/GenUtil.cpp
parentmore tests (diff)
downloadice-aadefbf05157f6e2626e7f25241319b4aa010925.tar.bz2
ice-aadefbf05157f6e2626e7f25241319b4aa010925.tar.xz
ice-aadefbf05157f6e2626e7f25241319b4aa010925.zip
more interface stuff
Diffstat (limited to 'cpp/src/slice2cpp/GenUtil.cpp')
-rw-r--r--cpp/src/slice2cpp/GenUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/GenUtil.cpp b/cpp/src/slice2cpp/GenUtil.cpp
index 4fb644042aa..d6a48b60bfe 100644
--- a/cpp/src/slice2cpp/GenUtil.cpp
+++ b/cpp/src/slice2cpp/GenUtil.cpp
@@ -174,7 +174,7 @@ Slice::writeMarshalUnmarshalCode(Output& out, const Type_ptr& type,
{
out << nl << "::Ice::Object_ptr __obj;";
out << nl << stream << " -> read(__obj, " << cl -> scoped()
- << "::__implements[0]);";
+ << "::__classIds[0]);";
out << nl << "if(!__obj)";
ClassDef_ptr def = cl -> definition();
if(def && !def -> isAbstract())