| 331 | } |
| 332 | |
| 333 | void RouterContext::SetTestingV6 (bool testing) |
| 334 | { |
| 335 | if (testing != m_TestingV6) |
| 336 | { |
| 337 | m_TestingV6 = testing; |
| 338 | if (m_TestingV6) |
| 339 | m_ErrorV6 = eRouterErrorNone; |
| 340 | } |
| 341 | } |
| 342 | |
| 343 | void RouterContext::SetStatus (RouterStatus status) |
| 344 | { |
no outgoing calls
no test coverage detected