policymanagement/policyengine/policyengineserver/src/PolicyParser.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 0 b497e44ab2fc
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
  1012 //	
  1012 //	
  1013 void CPolicyParser::OnError(TInt /*aErrorCode*/)
  1013 void CPolicyParser::OnError(TInt /*aErrorCode*/)
  1014 	{
  1014 	{
  1015    	// we need to leave here because Policy Engine traps parser errors, even though
  1015    	// we need to leave here because Policy Engine traps parser errors, even though
  1016    	// this function does not have L in it's name.
  1016    	// this function does not have L in it's name.
  1017    	HandleErrorL( ParserErrors::SyntaxError );
  1017    	//HandleErrorL( ParserErrors::SyntaxError );
       
  1018    	
       
  1019    	// Ignoreing the leave code due to RVCT4.0
       
  1020    	TRAP_IGNORE(HandleErrorL( ParserErrors::SyntaxError ));
  1018 	}
  1021 	}
  1019 
  1022 
  1020 // -----------------------------------------------------------------------------
  1023 // -----------------------------------------------------------------------------
  1021 // CPolicyParser::GetExtendedInterface()
  1024 // CPolicyParser::GetExtendedInterface()
  1022 // -----------------------------------------------------------------------------
  1025 // -----------------------------------------------------------------------------