diff OrthancServer/ServerContext.h @ 1778:776573e592da

create media refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Nov 2015 13:12:21 +0100
parents 318c2e83c2bd
children b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Fri Nov 13 11:51:19 2015 +0100
+++ b/OrthancServer/ServerContext.h	Fri Nov 13 13:12:21 2015 +0100
@@ -201,6 +201,9 @@
                   FileContentType content,
                   bool uncompressIfNeeded = true);
 
+    void ReadFile(std::string& result,
+                  const FileInfo& file);
+
     void SetStoreMD5ForAttachments(bool storeMD5);
 
     bool IsStoreMD5ForAttachments() const