comparison Core/FileStorage/FilesystemStorage.cpp @ 2142:5a8840920121

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:26:40 +0100
parents aa4b8895cd23
children fd5875662670
comparison
equal deleted inserted replaced
2141:a260a8ad83f1 2142:5a8840920121
37 // http://stackoverflow.com/questions/446358/storing-a-large-number-of-images 37 // http://stackoverflow.com/questions/446358/storing-a-large-number-of-images
38 38
39 #include "../Logging.h" 39 #include "../Logging.h"
40 #include "../OrthancException.h" 40 #include "../OrthancException.h"
41 #include "../Toolbox.h" 41 #include "../Toolbox.h"
42 #include "../Uuid.h"
43 42
44 #include <boost/filesystem/fstream.hpp> 43 #include <boost/filesystem/fstream.hpp>
45 44
46 45
47 static std::string ToString(const boost::filesystem::path& p) 46 static std::string ToString(const boost::filesystem::path& p)