| 175 | void event_manager_sync::disconnect_all(const void * owner) { /* todo */ } |
| 176 | |
| 177 | size_t event_manager_sync::num_handlers() const { return handlers->size(); } |
| 178 | |
| 179 | size_t event_manager_sync::num_handlers_type(poly_typeid type) const { return handlers->handler_count(type); } |
| 180 |
no test coverage detected