summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-07 20:44:23 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-07 20:44:23 +0000
commit84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc (patch)
tree4f1cf704ff94b6bb581fa58069e732e362832d85 /cpp/src
parentCompressionException (diff)
downloadice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.tar.bz2
ice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.tar.xz
ice-84f20e7a80cbb40c0746c5aa93ba5e0087fd5edc.zip
_ovwt -> _ovrd
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Glacier/Missive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier/Missive.cpp b/cpp/src/Glacier/Missive.cpp
index f0b61dcd963..4daa3165ab2 100644
--- a/cpp/src/Glacier/Missive.cpp
+++ b/cpp/src/Glacier/Missive.cpp
@@ -21,7 +21,7 @@ Glacier::Missive::Missive(const ObjectPrx& proxy, const vector<Byte>& inParams,
_current(current),
_forwardContext(forwardContext)
{
- Context::const_iterator p = current.context.find("_ovwt");
+ Context::const_iterator p = current.context.find("_ovrd");
if (p != current.context.end())
{
_override = p->second;