diff options
Diffstat (limited to 'include/m_db_int.h')
-rw-r--r-- | include/m_db_int.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index fd10999153..19d5377039 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -140,6 +140,7 @@ protected: protected:
MDatabaseCommon();
+ ~MDatabaseCommon();
int CheckProto(DBCachedContact *cc, const char *proto);
@@ -274,12 +275,4 @@ EXTERN_C MIR_APP_DLL(void) RegisterDatabasePlugin(DATABASELINK *pDescr); EXTERN_C MIR_APP_DLL(DATABASELINK*) FindDatabasePlugin(const wchar_t *ptszFileName);
-// initializes a database instance
-
-EXTERN_C MIR_APP_DLL(void) InitDbInstance(MIDatabase *pDatabase);
-
-// destroys a database instance
-
-EXTERN_C MIR_APP_DLL(void) DestroyDbInstance(MIDatabase *pDatabase);
-
#endif // M_DB_INT_H__
|