diff OrthancServer/DatabaseWrapper.h @ 1718:2b812969e136 db-changes

getting rid of an IDatabaseWrapper::LookupIdentifier flavor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 10:11:22 +0200
parents 4db9200c7f46
children a7c05bbfaf6a
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Mon Oct 19 17:45:34 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Tue Oct 20 10:11:22 2015 +0200
@@ -319,12 +319,6 @@
                                   const DicomTag& tag,
                                   const std::string& value);
 
-    virtual void LookupIdentifier(std::list<int64_t>& target,
-                                  const std::string& value)
-    {
-      base_.LookupIdentifier(target, value);
-    }
-
     virtual void GetAllMetadata(std::map<MetadataType, std::string>& target,
                                 int64_t id);