diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-12-16 17:16:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-12-16 17:16:05 +0000 |
commit | 20de27fa7ed8ba789c0859b8e858610419fcb2c6 (patch) | |
tree | 2ab9a32b38b2c95231d509d57302f544639c5b9d /cpp/include/IcePatch2/Util.h | |
parent | added file. (diff) | |
download | ice-20de27fa7ed8ba789c0859b8e858610419fcb2c6.tar.bz2 ice-20de27fa7ed8ba789c0859b8e858610419fcb2c6.tar.xz ice-20de27fa7ed8ba789c0859b8e858610419fcb2c6.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=679
Diffstat (limited to 'cpp/include/IcePatch2/Util.h')
-rw-r--r-- | cpp/include/IcePatch2/Util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IcePatch2/Util.h b/cpp/include/IcePatch2/Util.h index b62b3f313fc..f28c7873231 100644 --- a/cpp/include/IcePatch2/Util.h +++ b/cpp/include/IcePatch2/Util.h @@ -168,8 +168,8 @@ ICE_PATCH2_API bool getFileInfoSeqSubDir(const std::string&, const std::string&, ICE_PATCH2_API void saveFileInfoSeq(const std::string&, const FileInfoSeq&); ICE_PATCH2_API void loadFileInfoSeq(const std::string&, FileInfoSeq&); -ICE_PATCH2_API std::ostream& operator<<(std::ostream&, const FileInfo&); -ICE_PATCH2_API std::istream& operator>>(std::istream&, FileInfo&); +ICE_PATCH2_API bool readFileInfo(FILE*, FileInfo&); +ICE_PATCH2_API bool writeFileInfo(FILE*, const FileInfo&); struct FileTree1 { |