| 33 | #include "util/KeyCache.h" |
| 34 | |
| 35 | KeybufManager::KeybufManager() |
| 36 | { |
| 37 | m_bActive = false; |
| 38 | m_bFinalized = false; |
| 39 | m_refcount = 0; |
| 40 | m_total_len = 0; |
| 41 | m_key_cache_id = 0; |
| 42 | } |
| 43 | |
| 44 | KeybufManager::~KeybufManager() |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected