removed event
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
031682051f
commit
ff8d037474
@ -507,7 +507,6 @@ void base_provider::process_removed_files(std::deque<removed_item> removed_list,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void base_provider::process_removed_items(const stop_type &stop_requested) {
|
void base_provider::process_removed_items(const stop_type &stop_requested) {
|
||||||
event_system::instance().raise<polling_item_begin>("duh");
|
|
||||||
auto list = db3_->get_api_path_list();
|
auto list = db3_->get_api_path_list();
|
||||||
[[maybe_unused]] auto res =
|
[[maybe_unused]] auto res =
|
||||||
std::all_of(list.begin(), list.end(), [&](auto &&api_path) -> bool {
|
std::all_of(list.begin(), list.end(), [&](auto &&api_path) -> bool {
|
||||||
@ -562,7 +561,6 @@ void base_provider::process_removed_items(const stop_type &stop_requested) {
|
|||||||
|
|
||||||
return not stop_requested;
|
return not stop_requested;
|
||||||
});
|
});
|
||||||
event_system::instance().raise<polling_item_end>("duh");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void base_provider::remove_deleted_items(const stop_type &stop_requested) {
|
void base_provider::remove_deleted_items(const stop_type &stop_requested) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user