diff OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp @ 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.cpp	Fri Sep 20 18:18:52 2024 +0200
+++ b/OrthancServer/Sources/Database/BaseDatabaseWrapper.cpp	Mon Sep 23 15:40:27 2024 +0200
@@ -51,7 +51,7 @@
                                                                 int64_t since,
                                                                 int64_t to,
                                                                 uint32_t limit,
-                                                                ChangeType filterType)
+                                                                const std::set<ChangeType>& filterType)
   {
     throw OrthancException(ErrorCode_NotImplemented);  // Not supported
   }