diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-23 22:12:24 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-23 22:12:24 +0000 |
commit | 91deee21295bb4a4e22b710dedad44e747d47272 (patch) | |
tree | 2c5a9c9f3d748eb523b5f515d03d696bc9e0b2fc /cpp/include/IcePatch2/Util.h | |
parent | more IcePatch2 (diff) | |
download | ice-91deee21295bb4a4e22b710dedad44e747d47272.tar.bz2 ice-91deee21295bb4a4e22b710dedad44e747d47272.tar.xz ice-91deee21295bb4a4e22b710dedad44e747d47272.zip |
more IcePatch2
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index 508ebc568a3..79b9d0684c4 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -60,7 +60,7 @@ struct FileInfoCompare : public std::binary_function<const FileInfo&, const File } }; -ICEPATCH2_API void getFileInfoSeq(const std::string&, FileInfoSeq&, bool, bool); +ICEPATCH2_API void getFileInfoSeq(const std::string&, FileInfoSeq&, bool, bool, bool); ICEPATCH2_API void saveFileInfoSeq(const std::string&, const FileInfoSeq&); ICEPATCH2_API void loadFileInfoSeq(const std::string&, FileInfoSeq&); |