"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "examples/dbcrypt/DbCrypt.cpp" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

DbCrypt.cpp  (Firebird-3.0.2.32703-0.tar.bz2):DbCrypt.cpp  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 61 skipping to change at line 61
{ {
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 DbCrypt : public IDbCryptPluginImpl<DbCrypt, CheckStatusWrapper> class DbCrypt : public IDbCryptPluginImpl<DbCrypt, CheckStatusWrapper>
{ {
public: public:
explicit DbCrypt(IPluginConfig* cnf) throw() explicit DbCrypt(IPluginConfig* cnf) throw()
: config(cnf), key(0), refCounter(0), owner(NULL) : config(cnf), key(0), refCounter(0), owner(NULL)
{ {
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)