diff OrthancServer/Sources/Database/BaseDatabaseWrapper.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 ca06dde85358
children
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Fri Sep 20 18:18:52 2024 +0200
+++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.h	Mon Sep 23 15:40:27 2024 +0200
@@ -66,7 +66,7 @@
                                       int64_t since,
                                       int64_t to,
                                       uint32_t limit,
-                                      ChangeType filterType) ORTHANC_OVERRIDE;
+                                      const std::set<ChangeType>& filterType) ORTHANC_OVERRIDE;
     };
 
     virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE;