diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-15 17:35:48 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-15 17:35:48 +0000 |
commit | cf76089b46e0c07175b14c53baf03f09f099828c (patch) | |
tree | 676b647109a339abbe10cd79b5174484454a2f16 /cpp/include/Slice/CPlusPlusUtil.h | |
parent | Resized chat MFC app to fix on PocketPC (diff) | |
download | ice-cf76089b46e0c07175b14c53baf03f09f099828c.tar.bz2 ice-cf76089b46e0c07175b14c53baf03f09f099828c.tar.xz ice-cf76089b46e0c07175b14c53baf03f09f099828c.zip |
removing Ice-E code
Diffstat (limited to 'cpp/include/Slice/CPlusPlusUtil.h')
-rw-r--r-- | cpp/include/Slice/CPlusPlusUtil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Slice/CPlusPlusUtil.h b/cpp/include/Slice/CPlusPlusUtil.h index 9166e02cd59..ca62ada61fa 100644 --- a/cpp/include/Slice/CPlusPlusUtil.h +++ b/cpp/include/Slice/CPlusPlusUtil.h @@ -23,9 +23,9 @@ struct ToIfdef 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&, bool icee = false); +SLICE_API void printHeader(::IceUtil::Output&); +SLICE_API void printVersionCheck(::IceUtil::Output&); +SLICE_API void printDllExportStuff(::IceUtil::Output&, const std::string&); SLICE_API std::string typeToString(const TypePtr&); SLICE_API std::string returnTypeToString(const TypePtr&); |