| 5061 | #endif // P2P_IN_DEDICATED_THREAD |
| 5062 | |
| 5063 | node::node(const std::string& user_agent) : |
| 5064 | my(new detail::node_impl(user_agent)) |
| 5065 | { |
| 5066 | } |
| 5067 | |
| 5068 | node::~node() |
| 5069 | { |
nothing calls this directly
no outgoing calls
no test coverage detected