diff OrthancServer/ServerIndex.h @ 1145:0479d02c6778

Plugins can retrieve the path to Orthanc and to its configuration file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 13:06:16 +0200
parents f167b672db94
children 1ea4094d077c
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Thu Sep 11 10:26:32 2014 +0200
+++ b/OrthancServer/ServerIndex.h	Thu Sep 11 13:06:16 2014 +0200
@@ -143,7 +143,7 @@
     void GetAllUuids(Json::Value& target,
                      ResourceType resourceType);
 
-    bool DeleteResource(Json::Value& target,
+    bool DeleteResource(Json::Value& target /* out */,
                         const std::string& uuid,
                         ResourceType expectedType);