policymanagement/policyengine/policyengineserver/src/OperationParser.cpp
branchRCL_3
changeset 62 19bba8228ff0
parent 61 b183ec05bd8c
--- a/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp	Tue Aug 31 16:04:06 2010 +0300
+++ b/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp	Wed Sep 01 12:27:42 2010 +0100
@@ -434,9 +434,7 @@
 	// 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"
-	
-	// Commented due to RVCT4.0
-	//User::Leave( KErrOpParser ); 	
+	User::Leave( KErrOpParser ); 	
 }
 
 // -----------------------------------------------------------------------------