fix events
This commit is contained in:
@@ -802,7 +802,11 @@ auto sia_provider::start(api_item_added_callback api_item_added,
|
||||
return base_provider::start(api_item_added, mgr);
|
||||
}
|
||||
|
||||
void sia_provider::stop() { return base_provider::stop(); }
|
||||
void sia_provider::stop() {
|
||||
event_system::instance().raise<service_shutdown_begin>("sia_provider");
|
||||
base_provider::stop();
|
||||
event_system::instance().raise<service_shutdown_end>("sia_provider");
|
||||
}
|
||||
|
||||
auto sia_provider::upload_file(const std::string &api_path,
|
||||
const std::string &source_path,
|
||||
|
Reference in New Issue
Block a user