summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/BasicStream.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-05-22 03:59:29 +0000
committerMichi Henning <michi@zeroc.com>2003-05-22 03:59:29 +0000
commit269ea5954ecbd28ccadc2acbda2cebc849062c29 (patch)
tree08539b8cd51370b5479f5aece59b3022cca0fbb3 /cpp/include/Ice/BasicStream.h
parentMinor fix (diff)
downloadice-269ea5954ecbd28ccadc2acbda2cebc849062c29.tar.bz2
ice-269ea5954ecbd28ccadc2acbda2cebc849062c29.tar.xz
ice-269ea5954ecbd28ccadc2acbda2cebc849062c29.zip
Changed the implementation of patchPointers (C++) and patchReferences
(Java) to bring the two implementations more in line with each other. Added a missing newline to the C++ generated code for AMI. Added an ["ami"] directive to the slicing test for classes to force code generation for AMI. This ensures that the code is actually generated and compiled.
Diffstat (limited to 'cpp/include/Ice/BasicStream.h')
-rw-r--r--cpp/include/Ice/BasicStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h
index ce075f27b72..68a82480128 100644
--- a/cpp/include/Ice/BasicStream.h
+++ b/cpp/include/Ice/BasicStream.h
@@ -205,7 +205,7 @@ private:
static const std::string _userExceptionId;
void writeInstance(const Ice::ObjectPtr&, Ice::Int);
- void patchPointers(::Ice::Int, PatchMap::iterator, IndexToPtrMap::const_iterator);
+ void patchPointers(::Ice::Int, IndexToPtrMap::const_iterator, PatchMap::iterator);
};
}