emailuis/emailui/src/FreestyleEmailDownloadInformationMediator.cpp
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 2 5253a20d2a1e
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
   728 	
   728 	
   729 void CFSEmailDownloadInfoMediator::NotifyObserversL( const TFSProgress& aEvent, const TPartData& aPart )
   729 void CFSEmailDownloadInfoMediator::NotifyObserversL( const TFSProgress& aEvent, const TPartData& aPart )
   730     {
   730     {
   731 	FUNC_LOG;
   731 	FUNC_LOG;
   732 	// go through all observers
   732 	// go through all observers
   733 	for ( TInt j=0; j<iObserverArray.Count(); j++)
   733     for ( TInt j=iObserverArray.Count()-1; j>=0; j--)
   734 		{
   734 		{
   735 		// if observer is observing this message
   735 		// if observer is observing this message
   736 		if ( iObserverArray[j].iMessageId == aPart.iMessageId )
   736 		if ( iObserverArray[j].iMessageId == aPart.iMessageId )
   737 			{
   737 			{
   738 			// send response to observer
   738 			// send response to observer