comparison Core/Toolbox.h @ 284:06aa7b7b6723

implementation of a single-threaded cache mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Dec 2012 15:40:18 +0100
parents c9b3ba0fd140
children 3c291753231f
comparison
equal deleted inserted replaced
283:c9977db00e1d 284:06aa7b7b6723
37 #include <string> 37 #include <string>
38 38
39 namespace Orthanc 39 namespace Orthanc
40 { 40 {
41 typedef std::vector<std::string> UriComponents; 41 typedef std::vector<std::string> UriComponents;
42
43 class NullType
44 {
45 };
42 46
43 namespace Toolbox 47 namespace Toolbox
44 { 48 {
45 void ServerBarrier(); 49 void ServerBarrier();
46 50