phonebookengines/contactsmodel/cntplsql/inc/pltables.h
branchRCL_3
changeset 26 0d28c1c5b6dd
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
23:5586b4d2ec3e 26:0d28c1c5b6dd
   222 	void UpdateL(const CContactItem& aItem);
   222 	void UpdateL(const CContactItem& aItem);
   223 	void DeleteL(const CContactItem& aItem, TBool& aLowDiskErrorOccurred);
   223 	void DeleteL(const CContactItem& aItem, TBool& aLowDiskErrorOccurred);
   224 	void CreateTableL();
   224 	void CreateTableL();
   225 
   225 
   226 	CContactIdArray* MatchPhoneNumberL(const TDesC& aNumber, const TInt aMatchLengthFromRight);
   226 	CContactIdArray* MatchPhoneNumberL(const TDesC& aNumber, const TInt aMatchLengthFromRight);
       
   227 	CContactIdArray* BestMatchingPhoneNumberL(const TDesC& aNumber);
   227 	CContactIdArray* MatchEmailAddressL(const TDesC& aEmailAddr);
   228 	CContactIdArray* MatchEmailAddressL(const TDesC& aEmailAddr);
   228 	CContactIdArray* MatchSipAddressL(const TDesC& aSipAddr);
   229 	CContactIdArray* MatchSipAddressL(const TDesC& aSipAddr);
   229 
   230 
   230 	~CPplCommAddrTable();
   231 	~CPplCommAddrTable();
   231 
   232