diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 17:11:58 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-30 17:11:58 +0000 |
commit | 90d9a4483865ce1e1ef30f7071468c0f14506232 (patch) | |
tree | 769e85aba0f925e54510fa14242986eead6dc7da /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Added support for "cpp:type:string" (diff) | |
download | ice-90d9a4483865ce1e1ef30f7071468c0f14506232.tar.bz2 ice-90d9a4483865ce1e1ef30f7071468c0f14506232.tar.xz ice-90d9a4483865ce1e1ef30f7071468c0f14506232.zip |
Allow AMD to use arrays and ranges for return and out paramaters in
ice_response()
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 516212a6e7a..9877815a115 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -29,7 +29,7 @@ SLICE_API void printDllExportStuff(::IceUtil::Output&, const std::string&); SLICE_API std::string typeToString(const TypePtr&, bool, const StringList& = StringList(), bool = true); SLICE_API std::string returnTypeToString(const TypePtr&, bool, const StringList& = StringList()); -SLICE_API std::string inputTypeToString(const TypePtr&, bool, const StringList& = StringList(), bool = true); +SLICE_API std::string inputTypeToString(const TypePtr&, bool, const StringList& = StringList()); SLICE_API std::string outputTypeToString(const TypePtr&, bool, const StringList& = StringList()); SLICE_API std::string operationModeToString(Operation::Mode); |