| 213 | } |
| 214 | |
| 215 | actor_system_module* middleman::make(actor_system& sys) { |
| 216 | return new mm_impl<network::default_multiplexer>(sys); |
| 217 | } |
| 218 | |
| 219 | void middleman::check_abi_compatibility(version::abi_token token) { |
| 220 | if (static_cast<int>(token) != CAF_VERSION_MAJOR) { |
no outgoing calls
no test coverage detected