phonebookui/Phonebook2/spbcontentprovider/inc/spbcontactstorelistener.h
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
    56 private:	// new functions
    56 private:	// new functions
    57 	
    57 	
    58 	/*
    58 	/*
    59 	 * Returns content corresponding to the link
    59 	 * Returns content corresponding to the link
    60 	 */
    60 	 */
    61 	CSpbContent* ContentByLinkL( const MVPbkContactLink& aLink );
    61 	CSpbContent* ContentByLink( const MVPbkContactLink& aLink );
       
    62     
       
    63 	/**
       
    64 	 * Delete content from cache corresponding to the link
       
    65 	 * @param aLink contact link to be matched with cache
       
    66 	 */
       
    67 	void DeleteContentByLink( const MVPbkContactLink& aLink );
    62 	
    68 	
    63 private:    // constructors
    69 private:    // constructors
    64     inline CSpbContactStoreListener(
    70     inline CSpbContactStoreListener(
    65         CPbk2StoreManager& aStoreManager,
    71         CPbk2StoreManager& aStoreManager,
    66         RPointerArray<CSpbContent>& aContentCache );
    72         RPointerArray<CSpbContent>& aContentCache );