policymanagement/policyengine/policyengineserver/src/PolicyParser.cpp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
  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 ));
       
  1021 	}
  1018 	}
  1022 
  1019 
  1023 // -----------------------------------------------------------------------------
  1020 // -----------------------------------------------------------------------------
  1024 // CPolicyParser::GetExtendedInterface()
  1021 // CPolicyParser::GetExtendedInterface()
  1025 // -----------------------------------------------------------------------------
  1022 // -----------------------------------------------------------------------------