diff -r a32b19fb291e -r 5b14749788d7 email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP --- a/email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP Thu Jun 17 09:57:06 2010 +0100 +++ b/email/pop3andsmtpmtm/clientmtms/src/MIUTRSLV.CPP Thu Jul 22 16:32:06 2010 +0100 @@ -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.