diff -r 3f7d9dbe57c8 -r 19fb38abab1d policymanagement/policyengine/policyengineserver/src/OperationParser.cpp --- a/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp Tue Feb 02 00:44:00 2010 +0200 +++ b/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp Fri Apr 16 15:52:47 2010 +0300 @@ -434,7 +434,9 @@ // PolicyEngine expects this leave in error conditions -> prgram flow // goes to correct TRAP after this. Can not remove this Leave although // the function name does not have "L" - User::Leave( KErrOpParser ); + + // Commented due to RVCT4.0 + //User::Leave( KErrOpParser ); } // -----------------------------------------------------------------------------