diff Framework/Plugins/IDatabaseBackend.h @ 470:11c6bcc9d1f2

cleanup
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 18:26:37 +0100
parents f0976163dbe1
children 594859656a06 54d518dcd74a
line wrap: on
line diff
--- a/Framework/Plugins/IDatabaseBackend.h	Mon Feb 05 09:48:11 2024 +0100
+++ b/Framework/Plugins/IDatabaseBackend.h	Mon Feb 05 18:26:37 2024 +0100
@@ -349,19 +349,19 @@
     virtual void ListAllLabels(std::list<std::string>& target,
                                DatabaseManager& manager) = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual bool HasAtomicIncrementGlobalProperty() = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual int64_t IncrementGlobalProperty(DatabaseManager& manager,
                                             const char* serverIdentifier,
                                             int32_t property,
                                             int64_t increment) = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual bool HasUpdateAndGetStatistics() = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual void UpdateAndGetStatistics(DatabaseManager& manager,
                                         int64_t& patientsCount,
                                         int64_t& studiesCount,
@@ -370,10 +370,10 @@
                                         int64_t& compressedSize,
                                         int64_t& uncompressedSize) = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual bool HasMeasureLatency() = 0;
 
-    // New in Orthanc 1.12.X
+    // New in Orthanc 1.12.3
     virtual uint64_t MeasureLatency(DatabaseManager& manager) = 0;