| 294 | |
| 295 | ULONG getIdleCount() const { return m_idleArray.getCount(); } |
| 296 | ULONG getAllCount() const { return m_allCount; } ; |
| 297 | |
| 298 | ULONG getMaxCount() const { return m_maxCount; } |
| 299 | void setMaxCount(ULONG val); |
no outgoing calls
no test coverage detected