| 577 | } |
| 578 | |
| 579 | inline void |
| 580 | NetVConnection::_set_service(enum NetVConnection::Service service, void *instance) |
| 581 | { |
| 582 | this->_services[static_cast<unsigned int>(service)] = instance; |
| 583 | } |
| 584 | |
| 585 | class ALPNSupport; |
| 586 | template <> |
no outgoing calls
no test coverage detected