--- a/phoneengine/phonecntfinder2/inc/cphcntmatch2.h Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneengine/phonecntfinder2/inc/cphcntmatch2.h Tue Jul 06 14:15:47 2010 +0300
@@ -142,26 +142,31 @@
*/
CDesCArray& AllDtmfNumbers() const;
-
-
private:
/**
* C++ constructor.
*/
CPhCntMatch2(const QContact aContact);
+
+
private:
+
void ConstructL();
/*
* checks for exactly 1 item in the list
*/
- TPtrC FieldValue(const QString& name, const QString& key) const;
+ QString FieldValue(const QString& name, const QString& key) const;
private: // Data
const QContact iContact;
HBufC* iNumber;
CPhCntContactIdImpl2* iContactId;
- CDesCArrayFlat* iDummyArray;
+ CDesCArrayFlat* iDTMFArray;
+ QString iFirstname;
+ QString iLastname;
+ QString iPersonalRingtone;
+ QString iCallImage;
};