diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-29 14:11:27 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:20 -0500 |
commit | 9f22d436c536c18df0e3c434162048490c80191f (patch) | |
tree | da5257cb9435bcdbe3614e4f758e36244cac5ed0 /cpp/src/IceGrid/Util.h | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2 ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz ice-9f22d436c536c18df0e3c434162048490c80191f.zip |
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'cpp/src/IceGrid/Util.h')
-rw-r--r-- | cpp/src/IceGrid/Util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Util.h b/cpp/src/IceGrid/Util.h index 8091e0738e7..6f5312102c4 100644 --- a/cpp/src/IceGrid/Util.h +++ b/cpp/src/IceGrid/Util.h @@ -38,6 +38,13 @@ void setupThreadPool(const Ice::PropertiesPtr&, const std::string&, int, int = 0 int getMMVersion(const std::string&); +std::string simplify(const std::string&); +void remove(const std::string&); +void removeRecursive(const std::string&); +Ice::StringSeq readDirectory(const std::string&); +void createDirectory(const std::string&); +void createDirectoryRecursive(const std::string&); + template<class Function> struct ForEachCommunicator : std::unary_function<CommunicatorDescriptorPtr&, void> { |