diff OrthancServer/DatabaseWrapper.h @ 1177:5b2d8c280ac2 db-changes

Plugins can monitor changes through callbacks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 24 Sep 2014 17:37:44 +0200
parents 1ea4094d077c
children 1169528a9a5f
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Mon Sep 22 14:11:37 2014 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Wed Sep 24 17:37:44 2014 +0200
@@ -157,7 +157,7 @@
     void LogChange(ChangeType changeType,
                    int64_t internalId,
                    ResourceType resourceType,
-                   const boost::posix_time::ptime& date = boost::posix_time::second_clock::local_time());
+                   const std::string& publicId);
 
     void GetChanges(Json::Value& target,
                     int64_t since,