emailuis/emailui/inc/FreestyleEmailDownloadInformationMediator.h
branchRCL_3
changeset 32 a3a1ae9acec6
parent 8 e1b6206813b4
equal deleted inserted replaced
31:72d484772ca6 32:a3a1ae9acec6
   260 	* Launches a global note about completed download(s).
   260 	* Launches a global note about completed download(s).
   261 	* @param    aPart   A bundle of IDs identifying the message for which the note is shown.
   261 	* @param    aPart   A bundle of IDs identifying the message for which the note is shown.
   262 	* @param    aCompletedCount How many attachments were succesfully downloaded.
   262 	* @param    aCompletedCount How many attachments were succesfully downloaded.
   263 	*/
   263 	*/
   264 	void LaunchDownloadCompleteNoteL( const TPartData& aPart, TInt aCompletedCount );
   264 	void LaunchDownloadCompleteNoteL( const TPartData& aPart, TInt aCompletedCount );
   265 
   265 	void OpenAttachmentL( const TPartData& aPart, const TInt aCompletedCount );
       
   266 	
   266 	/**
   267 	/**
   267 	* Notify all the registered observers about a download event.
   268 	* Notify all the registered observers about a download event.
   268 	*/
   269 	*/
   269 	void NotifyObserversL( const TFSProgress& aEvent, const TPartData& aPart );
   270 	void NotifyObserversL( const TFSProgress& aEvent, const TPartData& aPart );
   270 
   271