Mercurial > hg > orthanc
diff Core/Compression/HierarchicalZipWriter.h @ 249:5694365ecb96
fixes for windows
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Dec 2012 09:28:06 +0100 |
parents | c9b3ba0fd140 |
children | 9cd240cfd3a6 |
line wrap: on
line diff
--- a/Core/Compression/HierarchicalZipWriter.h Tue Dec 04 17:49:37 2012 +0100 +++ b/Core/Compression/HierarchicalZipWriter.h Wed Dec 05 09:28:06 2012 +0100 @@ -75,9 +75,9 @@ return stack_.size() == 1; } - std::string CreateFile(const char* name); + std::string OpenFile(const char* name); - void CreateDirectory(const char* name); + void OpenDirectory(const char* name); void CloseDirectory(); @@ -102,9 +102,9 @@ return writer_.GetCompressionLevel(); } - void CreateFile(const char* name); + void OpenFile(const char* name); - void CreateDirectory(const char* name); + void OpenDirectory(const char* name); void CloseDirectory();