comparison MySQL/Plugins/MySQLIndex.cpp @ 580:35d2df9572b1 find-refactoring tip

count-resources
author Alain Mazy <am@orthanc.team>
date Tue, 15 Oct 2024 15:52:39 +0200
parents 451125122692
children
comparison
equal deleted inserted replaced
578:e99ca3508757 580:35d2df9572b1
610 const Orthanc::DatabasePluginMessages::Find_Request& request) 610 const Orthanc::DatabasePluginMessages::Find_Request& request)
611 { 611 {
612 // TODO-FIND 612 // TODO-FIND
613 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented); 613 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
614 } 614 }
615
616 void MySQLIndex::ExecuteCount(Orthanc::DatabasePluginMessages::TransactionResponse& response,
617 DatabaseManager& manager,
618 const Orthanc::DatabasePluginMessages::Find_Request& request)
619 {
620 // TODO-FIND
621 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
622 }
615 #endif 623 #endif
616 } 624 }