summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch2/Util.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-12-08 22:47:23 +0000
committerMarc Laukien <marc@zeroc.com>2004-12-08 22:47:23 +0000
commit571d939503ff6c4b9250e2f0fd5979624ecc00bc (patch)
tree8eca8aa69d19924ed718d0d09aea403e6f4b0272 /cpp/include/IcePatch2/Util.h
parentcosmetic (diff)
downloadice-571d939503ff6c4b9250e2f0fd5979624ecc00bc.tar.bz2
ice-571d939503ff6c4b9250e2f0fd5979624ecc00bc.tar.xz
ice-571d939503ff6c4b9250e2f0fd5979624ecc00bc.zip
icepatch2calc enhancements
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r--cpp/include/IcePatch2/Util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h
index ac899b3e6e4..4041838cf69 100644
--- a/cpp/include/IcePatch2/Util.h
+++ b/cpp/include/IcePatch2/Util.h
@@ -114,7 +114,9 @@ public:
virtual bool compress(const std::string&) = 0;
};
-ICE_PATCH2_API bool getFileInfoSeq(const std::string&, int mode, GetFileInfoSeqCB*, FileInfoSeq&);
+ICE_PATCH2_API bool getFileInfoSeq(const std::string&, int, GetFileInfoSeqCB*, FileInfoSeq&);
+ICE_PATCH2_API bool getFileInfoSeqSubDir(const std::string&, const std::string&, int, GetFileInfoSeqCB*, FileInfoSeq&);
+
ICE_PATCH2_API void saveFileInfoSeq(const std::string&, const FileInfoSeq&);
ICE_PATCH2_API void loadFileInfoSeq(const std::string&, FileInfoSeq&);