From 06ad21c2f678b3a34cc103b3083be9d96647e76d Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 20 Mar 2006 14:02:01 +0000 Subject: Imrpoved support for using array mapping in async responses and Blobject. --- cpp/include/Slice/CPlusPlusUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include/Slice/CPlusPlusUtil.h') diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 36a0066bd29..279cdd3319b 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&, const StringList& = StringList(), bool = true); SLICE_API std::string returnTypeToString(const TypePtr&, const StringList& = StringList()); -SLICE_API std::string inputTypeToString(const TypePtr&, const StringList& = StringList()); +SLICE_API std::string inputTypeToString(const TypePtr&, const StringList& = StringList(), bool = true); SLICE_API std::string outputTypeToString(const TypePtr&, const StringList& = StringList()); SLICE_API std::string operationModeToString(Operation::Mode); -- cgit v1.2.3