| 93 | } |
| 94 | |
| 95 | void RequestedDestination::Fail () |
| 96 | { |
| 97 | if (m_IsActive) |
| 98 | { |
| 99 | m_IsActive = false; |
| 100 | InvokeRequestComplete (nullptr); |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | NetDbRequests::NetDbRequests (): |
| 105 | RunnableServiceWithWork ("NetDbReq"), |
no outgoing calls
no test coverage detected