diff OrthancServer/Sources/Database/BaseDatabaseWrapper.h @ 5614:4640b7ae9a11 find-refactoring

moving normalization of constraints into FindRequest
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 May 2024 11:59:56 +0200
parents 862b54b4cfe2
children 3f13db27b399
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Thu May 09 11:32:06 2024 +0200
+++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Thu May 09 11:59:56 2024 +0200
@@ -48,12 +48,10 @@
                                           int64_t& uncompressedSize) ORTHANC_OVERRIDE;
 
       virtual void ExecuteFind(FindResponse& response,
-                               const FindRequest& request,
-                               const std::vector<DatabaseConstraint>& normalized) ORTHANC_OVERRIDE;
+                               const FindRequest& request) ORTHANC_OVERRIDE;
 
       virtual void ExecuteFind(std::list<std::string>& identifiers,
-                               const FindRequest& request,
-                               const std::vector<DatabaseConstraint>& normalized) ORTHANC_OVERRIDE;
+                               const FindRequest& request) ORTHANC_OVERRIDE;
 
       virtual void ExecuteExpand(FindResponse& response,
                                  const FindRequest& request,