CryptKeyHolder.cpp (Firebird-3.0.2.32703-0.tar.bz2) | : | CryptKeyHolder.cpp (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
{ | { | |||
pluginManager = m; | pluginManager = m; | |||
pluginManager->registerModule(this); | pluginManager->registerModule(this); | |||
} | } | |||
void doClean() | void doClean() | |||
{ | { | |||
pluginManager = NULL; | pluginManager = NULL; | |||
} | } | |||
void threadDetach() {}; | ||||
private: | private: | |||
IPluginManager* pluginManager; | IPluginManager* pluginManager; | |||
}; | }; | |||
class CryptKeyHolder : public IKeyHolderPluginImpl<CryptKeyHolder, CheckStatusWr apper> | class CryptKeyHolder : public IKeyHolderPluginImpl<CryptKeyHolder, CheckStatusWr apper> | |||
{ | { | |||
public: | public: | |||
explicit CryptKeyHolder(IPluginConfig* cnf) throw() | explicit CryptKeyHolder(IPluginConfig* cnf) throw() | |||
: callbackInterface(this), named(NULL), config(cnf), key(0), owne r(NULL) | : callbackInterface(this), named(NULL), config(cnf), key(0), owne r(NULL) | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |