| 66 | valid = false; |
| 67 | } |
| 68 | ~KeyCacheEntry() |
| 69 | { |
| 70 | if (pbuf) |
| 71 | delete pbuf; |
| 72 | } |
| 73 | // disallow copying |
| 74 | KeyCacheEntry(KeyCacheEntry const&) = delete; |
| 75 | void operator=(KeyCacheEntry const&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected