phonebookengines/contactsmodel/cntplsql/inc/pltables.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 40 b46a585f6909
--- a/phonebookengines/contactsmodel/cntplsql/inc/pltables.h	Mon May 03 12:24:20 2010 +0300
+++ b/phonebookengines/contactsmodel/cntplsql/inc/pltables.h	Fri May 14 15:42:23 2010 +0300
@@ -344,7 +344,6 @@
 	// aString ownership is not transferred
 	void AddTokens(HBufC* aString, QStringList& aTokens) const;
 
-	TBool IsValidChar(TInt aChar) const;
 	TBool IsValidChar(QChar aChar) const;
 
 	// aFirstName ownership is not transferred
@@ -354,10 +353,11 @@
 	void DeleteFromAllTablesL(TContactItemId aContactId,
 							  TBool& aLowDiskErrorOccurred) const;
 
-	QList<TChar> FillTableList() const;
+	QList<TChar> FillAllTables() const;
 
 	// Return next table's name, ownership is transferred
-	HBufC* GetTableNameL(QList<TChar>& aTables) const;
+	HBufC* GetNextTableNameL(QList<TChar>& aTables) const;
+	const TDesC& TableNameL(TChar aCh) const;
 
 	quint64 ConvertToHex(QString aToken) const;