From 4854f0db22d0648823d30bc2f1f56b056d893b97 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Nov 2017 14:23:57 +0300 Subject: EnumResidentSettings moved to MDatabaseCommon --- include/m_db_int.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_db_int.h b/include/m_db_int.h index 883a109894..cbc2e850fa 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -159,6 +159,8 @@ public: STDMETHODIMP_(BOOL) GetContactSettingStr(MCONTACT contactID, LPCSTR szModule, LPCSTR szSetting, DBVARIANT *dbv); STDMETHODIMP_(BOOL) GetContactSettingStatic(MCONTACT contactID, LPCSTR szModule, LPCSTR szSetting, DBVARIANT *dbv); STDMETHODIMP_(BOOL) FreeVariant(DBVARIANT *dbv); + + STDMETHODIMP_(BOOL) EnumResidentSettings(DBMODULEENUMPROC pFunc, void *pParam); STDMETHODIMP_(BOOL) SetSettingResident(BOOL bIsResident, const char *pszSettingName); }; -- cgit v1.2.3