diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-30 23:58:39 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-30 23:58:39 +0000 |
commit | 1cbd692985b524ccf7148a754bf3ce336c6f6caf (patch) | |
tree | afedbacae5791f09f9766dd193659d935decd3ca /cpp/src/slice2cpp/Gen.cpp | |
parent | fixed shutdown problem with _dispatchCount (diff) | |
download | ice-1cbd692985b524ccf7148a754bf3ce336c6f6caf.tar.bz2 ice-1cbd692985b524ccf7148a754bf3ce336c6f6caf.tar.xz ice-1cbd692985b524ccf7148a754bf3ce336c6f6caf.zip |
more amd stuff
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index af144af083f..091264cd4fa 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -3542,7 +3542,6 @@ Slice::Gen::AsyncImplVisitor::visitOperation(const OperationPtr& p) C.dec(); C << sb; C << eb; - C << sp << nl << "void" << nl << "::IceAsync" << classScopedAMD << '_' << name << "::ice_response(" << paramsDecl << ')'; C << sb; @@ -3561,7 +3560,6 @@ Slice::Gen::AsyncImplVisitor::visitOperation(const OperationPtr& p) } C << nl << "__response(true);"; C << eb; - C << sp << nl << "void" << nl << "::IceAsync" << classScopedAMD << '_' << name << "::ice_exception(const ::Ice::Exception& ex)"; C << sb; @@ -3590,13 +3588,11 @@ Slice::Gen::AsyncImplVisitor::visitOperation(const OperationPtr& p) C << eb; } C << eb; - C << sp << nl << "void" << nl << "::IceAsync" << classScopedAMD << '_' << name << "::ice_exception(const ::std::exception& ex)"; C << sb; C << nl << "__exception(ex);"; C << eb; - C << sp << nl << "void" << nl << "::IceAsync" << classScopedAMD << '_' << name << "::ice_exception()"; C << sb; |