From 68d3fd47bb9b75e65859d14199ffee01f16ac9a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 20:47:51 +0000 Subject: HCONTACT is not needed anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FTPFileYM/src/mir_db.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/FTPFileYM/src/mir_db.h') diff --git a/plugins/FTPFileYM/src/mir_db.h b/plugins/FTPFileYM/src/mir_db.h index e5175fdc0a..aeceb31576 100644 --- a/plugins/FTPFileYM/src/mir_db.h +++ b/plugins/FTPFileYM/src/mir_db.h @@ -23,22 +23,22 @@ along with this program. If not, see . class DB { public: - static int setByteF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); - static int setWordF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); - static int setDwordF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); + static int setByteF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); + static int setWordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); + static int setDwordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iValue); - static int setAStringF(HCONTACT hContact, char *szModule, char *szSetting, int id, char *szValue); - static int setStringF(HCONTACT hContact, char *szModule, char *szSetting, int id, TCHAR *stzValue); + static int setAStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, char *szValue); + static int setStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, TCHAR *stzValue); - static int getByteF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); - static int getWordF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); - static int getDwordF(HCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); + static int getByteF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); + static int getWordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); + static int getDwordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1); // !!!!!!!!!!!!!!!!!!! dangerous as hell - static int getAString(HCONTACT hContact, char *szModule, char *szSetting, char *buff); - static int getAStringF(HCONTACT hContact, char *szModule, char *szSetting, int id, char *buff); - static int getString(HCONTACT hContact, char *szModule, char *szSetting, TCHAR *buff); - static int getStringF(HCONTACT hContact, char *szModule, char *szSetting, int id, TCHAR *buff); + static int getAString(MCONTACT hContact, char *szModule, char *szSetting, char *buff); + static int getAStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, char *buff); + static int getString(MCONTACT hContact, char *szModule, char *szSetting, TCHAR *buff); + static int getStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, TCHAR *buff); - static int deleteSettingF(HCONTACT hContact, char *szModule, char *szSetting, int id); + static int deleteSettingF(MCONTACT hContact, char *szModule, char *szSetting, int id); }; -- cgit v1.2.3