harvesterplugins/messaging/email/inc/memailitemobserver.h
changeset 3 6832643895f7
parent 2 208a4ba3894c
equal deleted inserted replaced
2:208a4ba3894c 3:6832643895f7
    46 	 *
    46 	 *
    47 	 * @param aSearchDocument search document created by email fetcher
    47 	 * @param aSearchDocument search document created by email fetcher
    48    * @param aActionType action to be taken on document
    48    * @param aActionType action to be taken on document
    49 	 */
    49 	 */
    50 	virtual void HandleDocumentL(const CSearchDocument* aSearchDocument, TCPixActionType aActionType) = 0;
    50 	virtual void HandleDocumentL(const CSearchDocument* aSearchDocument, TCPixActionType aActionType) = 0;
       
    51 	
       
    52 	/**
       
    53      * A pure virtual method which is called by the email fetcher when harvesting completed     
       
    54      */
       
    55     virtual void HarvestingCompleted() = 0;
    51 
    56 
    52 };
    57 };
    53 
    58 
    54 #endif // MEMAILITEMOBSERVER_H
    59 #endif // MEMAILITEMOBSERVER_H