summaryrefslogtreecommitdiff
path: root/cpp/src/slice2java/Gen.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-12-30 23:58:39 +0000
committerMarc Laukien <marc@zeroc.com>2002-12-30 23:58:39 +0000
commit1cbd692985b524ccf7148a754bf3ce336c6f6caf (patch)
treeafedbacae5791f09f9766dd193659d935decd3ca /cpp/src/slice2java/Gen.h
parentfixed shutdown problem with _dispatchCount (diff)
downloadice-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.h8
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.