diff Framework/Plugins/IndexBackend.h @ 119:260fc55f10cd OrthancMySQL-2.0

cancelling changesets 116 and 117 in OrthancMySQL-2.0 branch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Feb 2019 16:32:45 +0100
parents ca0ecd412988
children
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.h	Mon Feb 04 16:03:17 2019 +0100
+++ b/Framework/Plugins/IndexBackend.h	Mon Feb 04 16:32:45 2019 +0100
@@ -283,23 +283,5 @@
                                      int32_t metadata);
 
     virtual void TagMostRecentPatient(int64_t patient);
-
-#if defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)      // Macro introduced in 1.3.1
-#  if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 5, 4)
-    // New primitive since Orthanc 1.5.4
-    virtual bool LookupResourceAndParent(int64_t& id,
-                                         OrthancPluginResourceType& type,
-                                         std::string& parentPublicId,
-                                         const char* publicId);
-#  endif
-#endif
-
-#if defined(ORTHANC_PLUGINS_VERSION_IS_ABOVE)      // Macro introduced in 1.3.1
-#  if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 5, 4)
-    // New primitive since Orthanc 1.5.4
-    virtual void GetAllMetadata(std::map<int32_t, std::string>& result,
-                                int64_t id);
-#  endif
-#endif
   };
 }