| 366 | } |
| 367 | |
| 368 | TorController::~TorController() |
| 369 | { |
| 370 | Interrupt(); |
| 371 | Join(); |
| 372 | if (m_service.IsValid()) { |
| 373 | RemoveLocal(m_service); |
| 374 | } |
| 375 | } |
| 376 | |
| 377 | void TorController::Interrupt() |
| 378 | { |
nothing calls this directly
no test coverage detected