diff -r ebfee66fde93 -r 84197e66a4bd email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP --- a/email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP Fri Jun 04 10:25:39 2010 +0100 +++ b/email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP Fri Jun 11 13:35:48 2010 +0300 @@ -462,6 +462,12 @@ } } } + + +void CImMhtmlChildEntrySearcher::DoCancel() + { + CMsgActive::DoCancel(); + } void CImMhtmlChildEntrySearcher::DoComplete(TInt& ) { @@ -1043,7 +1049,10 @@ } } - +void CImMhtmlFirstPageFinder::DoCancel() + { + CMsgActive::DoCancel(); + } // The following class implements a class for parsing and combining URI's.