Mercurial > hg > orthanc
comparison Core/Logging.cpp @ 2143:fd5875662670
creation of namespace SystemToolbox
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 16:54:23 +0100 |
parents | aa4b8895cd23 |
children | 2dbfdafc2512 |
comparison
equal
deleted
inserted
replaced
2142:5a8840920121 | 2143:fd5875662670 |
---|---|
81 *********************************************************/ | 81 *********************************************************/ |
82 | 82 |
83 #include "OrthancException.h" | 83 #include "OrthancException.h" |
84 #include "Enumerations.h" | 84 #include "Enumerations.h" |
85 #include "Toolbox.h" | 85 #include "Toolbox.h" |
86 #include "SystemToolbox.h" | |
86 | 87 |
87 #include <fstream> | 88 #include <fstream> |
88 #include <boost/filesystem.hpp> | 89 #include <boost/filesystem.hpp> |
89 #include <boost/thread.hpp> | 90 #include <boost/thread.hpp> |
90 | 91 |