phonebookengines/contactsmodel/cntplsql/inc/pltables.h
changeset 27 de1630741fbe
parent 25 76a2435edfd4
child 31 2a11b5b00470
--- a/phonebookengines/contactsmodel/cntplsql/inc/pltables.h	Fri Apr 16 14:53:18 2010 +0300
+++ b/phonebookengines/contactsmodel/cntplsql/inc/pltables.h	Mon May 03 12:24:20 2010 +0300
@@ -339,15 +339,9 @@
 					 HBufC** aFirstName,
 					 HBufC** aLastName) const;
 
-	// aFirstName ownership is not transferred
-	// aLastName ownership is not transferred
-	QList<TChar> DetermineTables(HBufC* aFirstName, HBufC* aLastName) const;
 	QList<TChar> DetermineTables(QStringList aTokens) const;
 
 	// aString ownership is not transferred
-	void AddBeginningCharacters(HBufC* aString, QList<TChar>& aTables) const;
-
-	// aString ownership is not transferred
 	void AddTokens(HBufC* aString, QStringList& aTokens) const;
 
 	TBool IsValidChar(TInt aChar) const;
@@ -360,6 +354,8 @@
 	void DeleteFromAllTablesL(TContactItemId aContactId,
 							  TBool& aLowDiskErrorOccurred) const;
 
+	QList<TChar> FillTableList() const;
+
 	// Return next table's name, ownership is transferred
 	HBufC* GetTableNameL(QList<TChar>& aTables) const;