diff -r de1630741fbe -r 2a11b5b00470 phonebookengines/contactsmodel/cntplsql/inc/pltables.h --- 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 FillTableList() const; + QList FillAllTables() const; // Return next table's name, ownership is transferred - HBufC* GetTableNameL(QList& aTables) const; + HBufC* GetNextTableNameL(QList& aTables) const; + const TDesC& TableNameL(TChar aCh) const; quint64 ConvertToHex(QString aToken) const;