diff OrthancServer/ServerIndex.h @ 197:530a25320461

removal of text as ids in sqlite db
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Nov 2012 14:59:55 +0100
parents a1b9d1e1497b
children 663cc6c46d0a
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Nov 16 08:23:05 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Nov 27 14:59:55 2012 +0100
@@ -159,7 +159,7 @@
     bool GetFile(std::string& fileUuid,
                  CompressionType& compressionType,
                  const std::string& instanceUuid,
-                 const std::string& contentName);
+                 AttachedFileType contentType);
 
     void GetAllUuids(Json::Value& target,
                      ResourceType resourceType);