| 58 | |
| 59 | |
| 60 | HttpClient::HttpClient |
| 61 | ( |
| 62 | OpenZWave::Driver *drv |
| 63 | ): |
| 64 | i_HttpClient(drv), |
| 65 | m_exitEvent( new Event() ), |
| 66 | m_httpThread ( new Thread( "HttpThread" ) ), |
| 67 | m_httpThreadRunning(false), |
| 68 | m_httpMutex ( new Mutex() ), |
| 69 | m_httpDownloadEvent ( new Event() ) |
| 70 | { |
| 71 | } |
| 72 | |
| 73 | HttpClient::~HttpClient |
| 74 | ( |
nothing calls this directly
no outgoing calls
no test coverage detected