diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-18 03:29:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-18 03:29:48 +0000 |
commit | 1f0761d9fd4df501fb63b914f4ba4a5a621aee29 (patch) | |
tree | c5894af76d3d8e7717647ba2c0f1788ae98b4ed6 /cpp/src/slice2cpp | |
parent | win fixes (diff) | |
download | ice-1f0761d9fd4df501fb63b914f4ba4a5a621aee29.tar.bz2 ice-1f0761d9fd4df501fb63b914f4ba4a5a621aee29.tar.xz ice-1f0761d9fd4df501fb63b914f4ba4a5a621aee29.zip |
fixes
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index a27b87f263f..28326387ee8 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -803,6 +803,7 @@ Slice::Gen::ProxyVisitor::visitOperation(const OperationPtr& p) } else { + C << nl << "_delegate = 0;"; C << nl << "__ex.raise();"; } C << eb; |