diff OrthancServer/ServerIndex.h @ 193:a1b9d1e1497b

failed attempt to compile with linux standard base
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 14:02:28 +0100
parents c56dc32266e0
children 530a25320461
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Nov 13 11:29:43 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Nov 13 14:02:28 2012 +0100
@@ -121,12 +121,6 @@
                        const std::string& jsonUuid,
                        const std::string& remoteAet);
 
-    bool GetJsonFile(std::string& fileUuid,
-                     const std::string& instanceUuid);
-
-    bool GetDicomFile(std::string& fileUuid,
-                      const std::string& instanceUuid);
-
   public:
     ServerIndex(const std::string& storagePath);
 
@@ -163,6 +157,7 @@
                     const std::string& patientUuid);
 
     bool GetFile(std::string& fileUuid,
+                 CompressionType& compressionType,
                  const std::string& instanceUuid,
                  const std::string& contentName);