diff 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
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Dec 12 15:32:15 2012 +0100
+++ b/Core/Toolbox.h	Wed Dec 12 15:40:18 2012 +0100
@@ -40,6 +40,10 @@
 {
   typedef std::vector<std::string> UriComponents;
 
+  class NullType
+  {
+  };
+
   namespace Toolbox
   {
     void ServerBarrier();