policymanagement/policyengine/policyengineserver/src/OperationParser.cpp
changeset 22 19fb38abab1d
parent 0 b497e44ab2fc
child 62 19bba8228ff0
equal deleted inserted replaced
5:3f7d9dbe57c8 22:19fb38abab1d
   432 	RDEBUG_2("Operation parser error: %S", &iReturnText);
   432 	RDEBUG_2("Operation parser error: %S", &iReturnText);
   433 
   433 
   434 	// PolicyEngine expects this leave in error conditions -> prgram flow
   434 	// PolicyEngine expects this leave in error conditions -> prgram flow
   435 	// goes to correct TRAP after this. Can not remove this Leave although
   435 	// goes to correct TRAP after this. Can not remove this Leave although
   436 	// the function name does not have "L"
   436 	// the function name does not have "L"
   437 	User::Leave( KErrOpParser ); 	
   437 	
       
   438 	// Commented due to RVCT4.0
       
   439 	//User::Leave( KErrOpParser ); 	
   438 }
   440 }
   439 
   441 
   440 // -----------------------------------------------------------------------------
   442 // -----------------------------------------------------------------------------
   441 // COperationParser::GetExtendedInterface()
   443 // COperationParser::GetExtendedInterface()
   442 // -----------------------------------------------------------------------------
   444 // -----------------------------------------------------------------------------