phoneengine/contacthandling2/inc/cpecontactmatch.h
changeset 76 cfea66083b62
parent 65 2a5d4ab426d3
equal deleted inserted replaced
74:d1c62c765e48 76:cfea66083b62
    62         * Two-phased constructor.
    62         * Two-phased constructor.
    63         * @param aOwner, handle to contact handling interface / owner of this class
    63         * @param aOwner, handle to contact handling interface / owner of this class
    64         * @param aDataStore, handle to internal engine info interface
    64         * @param aDataStore, handle to internal engine info interface
    65         * @return an instance of class CPEContactMatch
    65         * @return an instance of class CPEContactMatch
    66         */
    66         */
    67         IMPORT_C static CPEContactMatch* NewL(
    67         static CPEContactMatch* NewL(
    68             CPEContactHandling& aOwner,
    68             CPEContactHandling& aOwner,
    69             MPEDataStore& aDataStore );
    69             MPEDataStore& aDataStore );
    70         
    70         
    71         /**
    71         /**
    72         * Destructor.
    72         * Destructor.
   143         * @param aCallId call id for identifying which thumbnail is loaded
   143         * @param aCallId call id for identifying which thumbnail is loaded
   144         * @return Symbian OS error code
   144         * @return Symbian OS error code
   145         */
   145         */
   146         TInt LoadThumbnail( const CPhCntContactId& aContactId, const TInt aCallId );
   146         TInt LoadThumbnail( const CPhCntContactId& aContactId, const TInt aCallId );
   147 
   147 
   148   
       
   149 
   148 
   150     private:    // Data
   149     private:    // Data
   151 
   150 
   152         // Handle to contact handling interface / owner of this class
   151         // Handle to contact handling interface / owner of this class
   153         CPEContactHandling& iOwner;
   152         CPEContactHandling& iOwner;