changeset 634:c97f7b180293 attach-custom-data

fix
author Alain Mazy <am@orthanc.team>
date Fri, 31 Jan 2025 11:08:37 +0100 (2 months ago)
parents 8cd199533be2
children 354d4c617387
files Odbc/Plugins/OdbcIndex.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Odbc/Plugins/OdbcIndex.cpp	Fri Jan 31 10:24:39 2025 +0100
+++ b/Odbc/Plugins/OdbcIndex.cpp	Fri Jan 31 11:08:37 2025 +0100
@@ -727,14 +727,14 @@
 #endif
 
 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 5)
-  void SQLiteIndex::ExecuteFind(Orthanc::DatabasePluginMessages::TransactionResponse& response,
+  void OdbcIndex::ExecuteFind(Orthanc::DatabasePluginMessages::TransactionResponse& response,
                                 DatabaseManager& manager,
                                 const Orthanc::DatabasePluginMessages::Find_Request& request)
   {
     throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
   }
 
-  void SQLiteIndex::ExecuteCount(Orthanc::DatabasePluginMessages::TransactionResponse& response,
+  void OdbcIndex::ExecuteCount(Orthanc::DatabasePluginMessages::TransactionResponse& response,
                                  DatabaseManager& manager,
                                  const Orthanc::DatabasePluginMessages::Find_Request& request)
   {