diff OrthancServer/ServerIndex.h @ 237:16a4ac70bd8a

last change and export
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 15:45:15 +0100
parents c11273198cef
children e4148b0ab1d0
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Fri Nov 30 15:09:16 2012 +0100
+++ b/OrthancServer/ServerIndex.h	Fri Nov 30 15:45:15 2012 +0100
@@ -102,11 +102,16 @@
                     int64_t since,
                     unsigned int maxResults);
 
+    bool GetLastChange(Json::Value& target);
+
     void LogExportedResource(const std::string& publicId,
                              const std::string& remoteModality);
 
     bool GetExportedResources(Json::Value& target,
                               int64_t since,
                               unsigned int maxResults);
+
+    bool GetLastExportedResource(Json::Value& target);
+
   };
 }