email/pop3andsmtpmtm/clientmtms/src/CIMPLAINBODYTEXT.cpp
changeset 34 84197e66a4bd
parent 0 72b543305e3a
child 55 5b3b2fa8c3ec
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
   466 Cancels the relavent CMsvPlainBodyText object
   466 Cancels the relavent CMsvPlainBodyText object
   467 */	
   467 */	
   468 void CImPlainBodyText::DoCancel()
   468 void CImPlainBodyText::DoCancel()
   469 	{
   469 	{
   470 	iPlainTextArray[iIndex]->Cancel();
   470 	iPlainTextArray[iIndex]->Cancel();
   471 	}
   471 	CMsgActive::DoCancel();
       
   472 	}