From ffed014ccd5370a5073594d55dd0dc88080e0b3d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 18 Jan 2015 18:55:32 +0000 Subject: contacts cache details to be completely hidden from the outside world git-svn-id: http://svn.miranda-ng.org/main/trunk@11873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_db_int.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_db_int.inc b/include/delphi/m_db_int.inc index 61d8d66fc5..753c4ea5ec 100644 --- a/include/delphi/m_db_int.inc +++ b/include/delphi/m_db_int.inc @@ -42,7 +42,6 @@ type PDBCachedContact = ^TDBCachedContact; TDBCachedContact = record contactID:TMCONTACT; - dwDriverData:dword; szProto:PAnsiChar; first :PDBCachedContactValue; last :PDBCachedContactValue; @@ -81,6 +80,7 @@ type DeleteContact:function(contactID:TMCONTACT):long; stdcall; AddContact:function():TMCONTACT; stdcall; IsDbContact:function(contactID:TMCONTACT):bool; stdcall; + GetContactSize:function():long; stdcall; GetEventCount:function(contactID:TMCONTACT):long; stdcall; AddEvent:function(contactID:TMCONTACT; dbe:PDBEVENTINFO):HDBEVENT; stdcall; @@ -162,7 +162,7 @@ const EGROKPRF_UNKHEADER = 2; // header not supported, not a supported profile EGROKPRF_VERNEWER = 3; // header correct, version in profile newer than reader/writer EGROKPRF_DAMAGED = 4; // header/version fine, other internal data missing, damaged. - EGROKPRF_OBSOLETE = 5; // obsolete database version detected, requiring conversion + EGROKPRF_OBSOLETE = 5; // obsolete database version detected, requiring conversion // makeDatabase() error codes EMKPRF_CREATEFAILED = 1; // for some reason CreateFile() didnt like something -- cgit v1.2.3