--- a/policymanagement/policyengine/policyengineserver/src/PolicyParser.cpp Tue Feb 02 00:44:00 2010 +0200
+++ b/policymanagement/policyengine/policyengineserver/src/PolicyParser.cpp Fri Apr 16 15:52:47 2010 +0300
@@ -1014,7 +1014,10 @@
{
// we need to leave here because Policy Engine traps parser errors, even though
// this function does not have L in it's name.
- HandleErrorL( ParserErrors::SyntaxError );
+ //HandleErrorL( ParserErrors::SyntaxError );
+
+ // Ignoreing the leave code due to RVCT4.0
+ TRAP_IGNORE(HandleErrorL( ParserErrors::SyntaxError ));
}
// -----------------------------------------------------------------------------