From 548bb3a6a8ed6f0dbc9b88693e513597a3d0141a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 10 Apr 2013 08:55:29 +0000 Subject: dbx_tree merged with the cache management code git-svn-id: http://svn.miranda-ng.org/main/trunk@4408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_tree/src/DataBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/Dbx_tree/src/DataBase.h') diff --git a/plugins/Dbx_tree/src/DataBase.h b/plugins/Dbx_tree/src/DataBase.h index cf0832877e..25de54551b 100644 --- a/plugins/Dbx_tree/src/DataBase.h +++ b/plugins/Dbx_tree/src/DataBase.h @@ -230,4 +230,6 @@ protected: // to be compatible with the standard Miranda databases STDMETHODIMP_(BOOL) EnumContactSettings(HANDLE hContact, DBCONTACTENUMSETTINGS* dbces); STDMETHODIMP_(BOOL) SetSettingResident(BOOL bIsResident, const char *pszSettingName); STDMETHODIMP_(BOOL) EnumResidentSettings(DBMODULEENUMPROC pFunc, void *pParam); + + int CheckProto(HANDLE hContact, const char *proto); }; -- cgit v1.2.3