diff OrthancServer/DatabaseWrapper.h @ 190:b6cef9d45cc3

getallpublicids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 11:20:50 +0100
parents ccbc2cf64a0d
children c56dc32266e0
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Mon Nov 12 18:03:48 2012 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Tue Nov 13 11:20:50 2012 +0100
@@ -144,6 +144,9 @@
     
     uint64_t GetTotalUncompressedSize();
 
+    void GetAllPublicIds(Json::Value& target,
+                         ResourceType resourceType);
+
     DatabaseWrapper(const std::string& path,
                     IServerIndexListener& listener);