| 29 | { |
| 30 | |
| 31 | IOLoop :: IOLoop(Config * poConfig, Instance * poInstance) |
| 32 | : m_poConfig(poConfig), m_poInstance(poInstance) |
| 33 | { |
| 34 | m_bIsEnd = false; |
| 35 | m_bIsStart = false; |
| 36 | |
| 37 | m_iQueueMemSize = 0; |
| 38 | } |
| 39 | |
| 40 | IOLoop :: ~IOLoop() |
| 41 | { |
nothing calls this directly
no outgoing calls
no test coverage detected