| 321 | } |
| 322 | |
| 323 | void RouterContext::SetTesting (bool testing) |
| 324 | { |
| 325 | if (testing != m_Testing) |
| 326 | { |
| 327 | m_Testing = testing; |
| 328 | if (m_Testing) |
| 329 | m_Error = eRouterErrorNone; |
| 330 | } |
| 331 | } |
| 332 | |
| 333 | void RouterContext::SetTestingV6 (bool testing) |
| 334 | { |
no outgoing calls
no test coverage detected