messagingfw/biomsgfw/IACPTSRC/T_iacp.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
   267 			break;
   267 			break;
   268 
   268 
   269 		case EReparse:
   269 		case EReparse:
   270 			{
   270 			{
   271 			delete iParser;
   271 			delete iParser;
       
   272 			iParser = NULL;
   272 			CreateParserL();
   273 			CreateParserL();
   273 			iBioTestUtils->Printf(_L("Re-parsing...\n"));
   274 			iBioTestUtils->Printf(_L("Re-parsing...\n"));
   274 			iBioTestUtils->SetEntryL(iEntryId); //clients have to set the right context before calling CommitL() 
   275 			iBioTestUtils->SetEntryL(iEntryId); //clients have to set the right context before calling CommitL() 
   275 			iParser->ParseL(iStatus,iSmsMsg->Des());
   276 			iParser->ParseL(iStatus,iSmsMsg->Des());
   276 			SetActive();
   277 			SetActive();
   279 			break;
   280 			break;
   280 
   281 
   281 		case EReProcess:
   282 		case EReProcess:
   282 			{
   283 			{
   283 			delete iParser;
   284 			delete iParser;
       
   285 			iParser = NULL;
   284 			CreateParserL();
   286 			CreateParserL();
   285 			iBioTestUtils->Printf(_L("Re-Processing...\n"));
   287 			iBioTestUtils->Printf(_L("Re-Processing...\n"));
   286 			iBioTestUtils->SetEntryL(iEntryId); //clients have to set the right context before calling CommitL() 
   288 			iBioTestUtils->SetEntryL(iEntryId); //clients have to set the right context before calling CommitL() 
   287          	iParser->ProcessL(iStatus); //internalise and commit
   289          	iParser->ProcessL(iStatus); //internalise and commit
   288  			SetActive();
   290  			SetActive();