policymanagement/policyengine/policyengineserver/src/OperationParser.cpp
branchRCL_3
changeset 61 b183ec05bd8c
parent 0 b497e44ab2fc
child 62 19bba8228ff0
--- a/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp	Thu Aug 19 10:44:50 2010 +0300
+++ b/policymanagement/policyengine/policyengineserver/src/OperationParser.cpp	Tue Aug 31 16:04:06 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 ); 	
 }
 
 // -----------------------------------------------------------------------------