diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-06-16 22:16:54 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-06-16 22:16:54 +0000 |
commit | 867340ecac32395b97a3746b7164b9e4b8f07940 (patch) | |
tree | 9217c7ff15a5d255e37542957312daa81740c5bd /cpp/include/IcePatch/ClientUtil.h | |
parent | Cosmetic fixes. (diff) | |
download | ice-867340ecac32395b97a3746b7164b9e4b8f07940.tar.bz2 ice-867340ecac32395b97a3746b7164b9e4b8f07940.tar.xz ice-867340ecac32395b97a3746b7164b9e4b8f07940.zip |
adding checkDirectory
Diffstat (limited to 'cpp/include/IcePatch/ClientUtil.h')
-rw-r--r-- | cpp/include/IcePatch/ClientUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/IcePatch/ClientUtil.h b/cpp/include/IcePatch/ClientUtil.h index 97706e344b3..d0de5830781 100644 --- a/cpp/include/IcePatch/ClientUtil.h +++ b/cpp/include/IcePatch/ClientUtil.h @@ -31,6 +31,7 @@ public: ICE_PATCH_API std::string pathToName(const std::string&); ICE_PATCH_API Ice::ByteSeq getRegular(const IcePatch::RegularPrx&, ProgressCB&); +ICE_PATCH_API void checkDirectory(const std::string&, bool, const Ice::LoggerPtr& = 0); } |