phoneengine/phonecntfinder2/inc/cphcntmatch2.h
changeset 46 bc5a64e5bc3c
parent 21 92ab7f8d0eab
child 65 2a5d4ab426d3
--- 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;
 
     };