diff OrthancServer/ServerIndex.h @ 1354:3dd494f201a1

ResourceFinder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 May 2015 12:17:35 +0200
parents 382439943749
children 111e23bb4904
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue May 12 18:27:14 2015 +0200
+++ b/OrthancServer/ServerIndex.h	Wed May 13 12:17:35 2015 +0200
@@ -158,7 +158,7 @@
                           const std::string& instanceUuid,
                           FileContentType contentType);
 
-    void GetAllUuids(Json::Value& target,
+    void GetAllUuids(std::list<std::string>& target,
                      ResourceType resourceType);
 
     bool DeleteResource(Json::Value& target /* out */,