diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 13:17:38 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 13:17:38 +0000 |
commit | 65652d89ffed7636b7bfc9b8c40619891502dc24 (patch) | |
tree | f5be02783596632efcf464b9e28c45583ce0bfa8 /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Renamed namespace back to Ice (diff) | |
download | ice-65652d89ffed7636b7bfc9b8c40619891502dc24.tar.bz2 ice-65652d89ffed7636b7bfc9b8c40619891502dc24.tar.xz ice-65652d89ffed7636b7bfc9b8c40619891502dc24.zip |
Renamded icee namespace back to Ice
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index cab69b3d246..9166e02cd59 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -27,10 +27,10 @@ SLICE_API void printHeader(::IceUtil::Output&, bool icee = false); SLICE_API void printVersionCheck(::IceUtil::Output&, bool icee = false); SLICE_API void printDllExportStuff(::IceUtil::Output&, const std::string&, bool icee = false); -SLICE_API std::string typeToString(const TypePtr&, bool icee = false); -SLICE_API std::string returnTypeToString(const TypePtr&, bool icee = false); -SLICE_API std::string inputTypeToString(const TypePtr&, bool icee = false); -SLICE_API std::string outputTypeToString(const TypePtr&, bool icee = false); +SLICE_API std::string typeToString(const TypePtr&); +SLICE_API std::string returnTypeToString(const TypePtr&); +SLICE_API std::string inputTypeToString(const TypePtr&); +SLICE_API std::string outputTypeToString(const TypePtr&); SLICE_API std::string fixKwd(const std::string&); @@ -41,7 +41,7 @@ SLICE_API void writeMarshalCode(::IceUtil::Output&, const std::list<std::pair<Ty SLICE_API void writeUnmarshalCode(::IceUtil::Output&, const std::list<std::pair<TypePtr, std::string> >&, const TypePtr&); SLICE_API void writeAllocateCode(::IceUtil::Output&, const std::list<std::pair<TypePtr, std::string> >&, - const TypePtr&, bool icee = false); + const TypePtr&); SLICE_API void writeStreamMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&, bool, const std::string& = ""); SLICE_API void writeStreamMarshalCode(::IceUtil::Output&, const std::list<std::pair<TypePtr, std::string> >&, |