| 5269 | } |
| 5270 | |
| 5271 | void simulated_network::add_node_delegate( node_delegate* node_delegate_to_add ) |
| 5272 | { |
| 5273 | network_nodes.push_back(new node_info(node_delegate_to_add)); |
| 5274 | } |
| 5275 | |
| 5276 | namespace detail |
| 5277 | { |
nothing calls this directly
no outgoing calls
no test coverage detected