diff options
author | Michi Henning <michi@zeroc.com> | 2005-08-18 03:21:42 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-08-18 03:21:42 +0000 |
commit | 308517f18336392915c23f10dc936857c914ccc9 (patch) | |
tree | c6ad8a51a589fcfe5c0b7ee9ea54ccae69459db7 /cpp/src/slice2vb/Gen.cpp | |
parent | Removed ^M characters following backslash line continuations -- these (diff) | |
download | ice-308517f18336392915c23f10dc936857c914ccc9.tar.bz2 ice-308517f18336392915c23f10dc936857c914ccc9.tar.xz ice-308517f18336392915c23f10dc936857c914ccc9.zip |
Fixed bug introduced with change for Outgoing, in revision 1.79.
Diffstat (limited to 'cpp/src/slice2vb/Gen.cpp')
-rwxr-xr-x | cpp/src/slice2vb/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2vb/Gen.cpp b/cpp/src/slice2vb/Gen.cpp index 1ea6c540bb8..c708e055e2f 100755 --- a/cpp/src/slice2vb/Gen.cpp +++ b/cpp/src/slice2vb/Gen.cpp @@ -4219,7 +4219,7 @@ Slice::Gen::DelegateMVisitor::visitClassDefStart(const ClassDefPtr& p) _out.inc(); _out << nl << "Dim __og As IceInternal.Outgoing = getOutgoing(\"" - << op->name() << "\", " << sliceModeToIceMode(op) << ", __context, __compress)"; + << op->name() << "\", " << sliceModeToIceMode(op) << ", __context)"; _out << nl << "Try"; _out.inc(); if(!inParams.empty()) |