diff OrthancServer/IDatabaseWrapper.h @ 1672:4c5a85c3ff43 db-changes

sample database plugin now working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Oct 2015 12:20:49 +0200
parents de1413733c97
children 2ad22b2970a2
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Thu Oct 01 17:44:43 2015 +0200
+++ b/OrthancServer/IDatabaseWrapper.h	Fri Oct 02 12:20:49 2015 +0200
@@ -51,6 +51,10 @@
     {
     }
 
+    virtual void Open() = 0;
+
+    virtual void Close() = 0;
+
     virtual void AddAttachment(int64_t id,
                                const FileInfo& attachment) = 0;