diff OrthancServer/ServerContext.h @ 1189:6b9b02a16e99 db-changes

NewChildInstance change type
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Sep 2014 17:02:28 +0200
parents 200fcac0deb4
children 1169528a9a5f
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Thu Sep 25 16:42:19 2014 +0200
+++ b/OrthancServer/ServerContext.h	Thu Sep 25 17:02:28 2014 +0200
@@ -202,5 +202,9 @@
     bool DeleteResource(Json::Value& target,
                         const std::string& uuid,
                         ResourceType expectedType);
+
+    void SignalChange(ChangeType changeType,
+                      ResourceType resourceType,
+                      const std::string&  publicId);
   };
 }