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/slice2java/Gen.h | |
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/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 310fee20cc4..33dac340c66 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -34,15 +34,15 @@ protected: // Compose the parameter lists for an operation. // std::string getParams(const OperationPtr&, const std::string&); - std::string getParamsAMI(const OperationPtr&, const std::string&); - std::string getParamsAMICB(const OperationPtr&, const std::string&); + std::string getParamsAsync(const OperationPtr&, const std::string&, bool); + std::string getParamsAsyncCB(const OperationPtr&, const std::string&); // // Compose the argument lists for an operation. // std::string getArgs(const OperationPtr&); - std::string getArgsAMI(const OperationPtr&); - std::string getArgsAMICB(const OperationPtr&); + std::string getArgsAsync(const OperationPtr&); + std::string getArgsAsyncCB(const OperationPtr&); // // Generate a throws clause containing only non-local exceptions. |