19 #ifndef MIR_LOGGING_NULL_SHARED_LIBRARY_PROBER_REPORT_H_
20 #define MIR_LOGGING_NULL_SHARED_LIBRARY_PROBER_REPORT_H_
35 void probing_failed(boost::filesystem::path
const& , std::exception
const& )
override
41 void loading_failed(boost::filesystem::path
const& , std::exception
const& )
override
All things Mir.
Definition: atomic_callback.h:25
void loading_failed(boost::filesystem::path const &, std::exception const &) override
Definition: null_shared_library_prober_report.h:41
Definition: shared_library_prober_report.h:26
void probing_path(boost::filesystem::path const &) override
Definition: null_shared_library_prober_report.h:32
void loading_library(boost::filesystem::path const &) override
Definition: null_shared_library_prober_report.h:38
void probing_failed(boost::filesystem::path const &, std::exception const &) override
Definition: null_shared_library_prober_report.h:35
Definition: null_shared_library_prober_report.h:29