diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:13:23 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 11:13:23 +0000 |
commit | 608b15bd2ec215e89b7d53891f2783471ca6d7b9 (patch) | |
tree | e0a6cb16a0f7bdeeb51a2cdd92d86a2246bff511 /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Changed Ice to IceE EVERYWHERE!!! (diff) | |
download | ice-608b15bd2ec215e89b7d53891f2783471ca6d7b9.tar.bz2 ice-608b15bd2ec215e89b7d53891f2783471ca6d7b9.tar.xz ice-608b15bd2ec215e89b7d53891f2783471ca6d7b9.zip |
Ice -> IceE for IceE
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index fe97e2404a4..cab69b3d246 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -25,12 +25,12 @@ SLICE_API std::string normalizePath(const std::string&); SLICE_API std::string changeInclude(const std::string&, const std::vector<std::string>&); 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&); +SLICE_API void printDllExportStuff(::IceUtil::Output&, const std::string&, 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 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 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&); + const TypePtr&, bool icee = false); 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> >&, |