diff OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5804:25df40a274fd find-refactoring

/changes: allowing filtering on multiple changes
author Alain Mazy <am@orthanc.team>
date Mon, 23 Sep 2024 15:40:27 +0200
parents 56352ae88120
children
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/StatelessDatabaseOperations.h	Fri Sep 20 18:18:52 2024 +0200
+++ b/OrthancServer/Sources/Database/StatelessDatabaseOperations.h	Mon Sep 23 15:40:27 2024 +0200
@@ -264,7 +264,7 @@
                               int64_t since,
                               int64_t to,
                               uint32_t limit,
-                              ChangeType filterType)
+                              const std::set<ChangeType>& filterType)
       {
         transaction_.GetChangesExtended(target, done, since, to, limit, filterType);
       }
@@ -674,7 +674,7 @@
                             int64_t since,
                             int64_t to,
                             uint32_t limit,
-                            ChangeType filterType);
+                            const std::set<ChangeType>& filterType);
 
     void GetLastChange(Json::Value& target);