comparison Core/Compression/ZipWriter.h @ 247:c9b3ba0fd140

path management in zip files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Dec 2012 17:27:23 +0100
parents fe180eae201d
children 5694365ecb96
comparison
equal deleted inserted replaced
246:fe6ba20d00a8 247:c9b3ba0fd140
33 #pragma once 33 #pragma once
34 34
35 #include <stdint.h> 35 #include <stdint.h>
36 #include <string> 36 #include <string>
37 #include <boost/shared_ptr.hpp> 37 #include <boost/shared_ptr.hpp>
38 #include <gtest/gtest_prod.h>
38 39
39 namespace Orthanc 40 namespace Orthanc
40 { 41 {
41 class ZipWriter 42 class ZipWriter
42 { 43 {