changeset 603:beb8c5b81925 find-refactoring

removed db housekeeping SDK
author Alain Mazy <am@orthanc.team>
date Thu, 12 Dec 2024 17:58:26 +0100
parents ef14f978fed1
children ce2a754600ef
files Framework/Plugins/DatabaseBackendAdapterV4.cpp
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Plugins/DatabaseBackendAdapterV4.cpp	Wed Dec 11 15:30:56 2024 +0100
+++ b/Framework/Plugins/DatabaseBackendAdapterV4.cpp	Thu Dec 12 17:58:26 2024 +0100
@@ -445,9 +445,6 @@
         response.mutable_get_system_information()->set_has_extended_changes(accessor.GetBackend().HasExtendedChanges());
 #endif
 
-#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 5)
-        response.mutable_get_system_information()->set_has_db_housekeeping(accessor.GetBackend().HasPerformDbHousekeeping());
-#endif
         break;
       }
 
@@ -1338,14 +1335,6 @@
       }
 #endif
 
-#if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 5)
-      case Orthanc::DatabasePluginMessages::OPERATION_PERFORM_DB_HOUSEKEEPING:
-      {
-        backend.PerformDbHousekeeping(manager);
-        break;
-      }
-#endif
-
       default:
         LOG(ERROR) << "Not implemented transaction operation from protobuf: " << request.operation();
         throw Orthanc::OrthancException(Orthanc::ErrorCode_ParameterOutOfRange);