| 68 | { |
| 69 | public: |
| 70 | explicit CryptKeyHolder(IPluginConfig* cnf) throw() |
| 71 | : callbackInterface(this), named(NULL), tempStatus(master->getStatus()), |
| 72 | config(cnf), key(0), init(false), owner(NULL) |
| 73 | { |
| 74 | config->addRef(); |
| 75 | } |
| 76 | |
| 77 | ~CryptKeyHolder() |
| 78 | { |