diff OrthancServer/IDatabaseWrapper.h @ 1711:5ebd6cbb3da8 db-changes

Backed out changeset 2ad22b2970a2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 17:36:07 +0200
parents 2ad22b2970a2
children 4db9200c7f46
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Tue Oct 13 17:48:30 2015 +0200
+++ b/OrthancServer/IDatabaseWrapper.h	Fri Oct 16 17:36:07 2015 +0200
@@ -193,8 +193,5 @@
 
     virtual void Upgrade(unsigned int targetVersion,
                          IStorageArea& storageArea) = 0;
-
-    virtual void StoreStudyModule(int64_t id,
-                                  const DicomMap& module) = 0;
   };
 }