From 3583f79d974d805aa67ba8b1feb49a4974c2e4cd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Mar 2018 21:10:33 +0300 Subject: dbchecker moved to deprecated --- include/m_database.h | 7 ------- include/m_db_int.h | 6 ------ 2 files changed, 13 deletions(-) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index d3a4d06088..c7e68e0d50 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -457,13 +457,6 @@ EXTERN_C MIR_APP_DLL(int) Profile_GetPathW(size_t cbLen, wchar_t *pwszDest); EXTERN_C MIR_APP_DLL(void) Profile_SetDefault(const wchar_t *pwszPath); -// Checks the specified profile like dbtool did. -// Implemented in the dbchecker plugins, thus it might not exist -// wParam = (WPARAM)(wchar_t*)ptszProfileName -// lParam = (BOOL)bConversionMode - -#define MS_DB_CHECKPROFILE "DB/CheckProfile" - ///////////////////////////////////////////////////////////////////////////////////////// // Contact services diff --git a/include/m_db_int.h b/include/m_db_int.h index fa3bf15c43..6bfde8063e 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -241,12 +241,6 @@ struct DATABASELINK Returns: 0 on success, nonzero on failure */ MDatabaseCommon* (*Load)(const wchar_t *profile, BOOL bReadOnly); - - /* - Returns a pointer to the database checker or NULL if a database doesn't support checking - When you don't need this object aanymore, call its Destroy() method - */ - MIDatabaseChecker* (*CheckDB)(const wchar_t *profile, int *error); }; /////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3