diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-29 17:19:11 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-29 17:19:11 +0000 |
commit | 2648253d8fb9d86cf962a2d68eba692658b16abe (patch) | |
tree | a01cf03264d95ee172a70f0a7d5af7fd8e1c302b /cpp/src/slice2cpp/Gen.cpp | |
parent | fixes (diff) | |
download | ice-2648253d8fb9d86cf962a2d68eba692658b16abe.tar.bz2 ice-2648253d8fb9d86cf962a2d68eba692658b16abe.tar.xz ice-2648253d8fb9d86cf962a2d68eba692658b16abe.zip |
current/context
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 20adab89ac3..3e073f603dd 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1103,7 +1103,7 @@ Slice::Gen::DelegateMVisitor::visitOperation(const OperationPtr& p) H << sp << nl << "virtual " << retS << ' ' << name << params << ';'; C << sp << nl << retS << nl << "IceDelegateM" << scoped << paramsDecl; C << sb; - C << nl << "::IceInternal::Outgoing __out(__emitter, __reference, \"" << name << "\");"; + C << nl << "::IceInternal::Outgoing __out(__emitter, __reference, \"" << name << "\", __context);"; if (ret || !outParams.empty() || !throws.empty()) { C << nl << "::IceInternal::BasicStream* __is = __out.is();"; |