diff OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5681:77875b51cf95 find-refactoring

integration mainline->find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Jul 2024 10:15:15 +0200
parents dc96401dbe88 68fc5af30c03
children 89d559e67b03
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/IDatabaseWrapper.h	Tue Jul 09 09:03:40 2024 +0200
+++ b/OrthancServer/Sources/Database/IDatabaseWrapper.h	Tue Jul 09 10:15:15 2024 +0200
@@ -39,7 +39,7 @@
 
 namespace Orthanc
 {
-  class DatabaseConstraint;
+  class DatabaseConstraints;
   class ResourcesContent;
 
   class IDatabaseWrapper : public boost::noncopyable
@@ -284,7 +284,7 @@
     
       virtual void ApplyLookupResources(std::list<std::string>& resourcesId,
                                         std::list<std::string>* instancesId, // Can be NULL if not needed
-                                        const std::vector<DatabaseConstraint>& lookup,
+                                        const DatabaseConstraints& lookup,
                                         ResourceType queryLevel,
                                         const std::set<std::string>& labels,
                                         LabelsConstraint labelsConstraint,