| 42 | |
| 43 | |
| 44 | KeyCache::KeyCache() |
| 45 | { |
| 46 | m_cur_id = 0; |
| 47 | m_valid_count = 0; |
| 48 | m_enabled = true; |
| 49 | m_clearEvent = NULL; |
| 50 | m_clearThread = NULL; |
| 51 | } |
| 52 | |
| 53 | KeyCache::~KeyCache() |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected