diff OrthancServer/ServerContext.h @ 695:c59bc408fb10

parameter to disable the computation of the MD5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 13:58:00 +0100
parents 2d0a347e8cfc
children dd1ce9a2844c
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Wed Feb 05 13:26:19 2014 +0100
+++ b/OrthancServer/ServerContext.h	Wed Feb 05 13:58:00 2014 +0100
@@ -137,5 +137,12 @@
     {
       return lua_;
     }
+
+    void SetStoreMD5ForAttachments(bool storeMD5);
+
+    bool IsStoreMD5ForAttachments() const
+    {
+      return accessor_.IsStoreMD5();
+    }
   };
 }