locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp
branchRCL_3
changeset 55 c92d4f3c47c5
parent 54 0c2046328c85
child 65 a796fdeeb33c
equal deleted inserted replaced
54:0c2046328c85 55:c92d4f3c47c5
   969 		{
   969 		{
   970 		// Otherwise keep it the same
   970 		// Otherwise keep it the same
   971 		privReq->SetRequestPrivacy(aNetPosRequestPrivacy);
   971 		privReq->SetRequestPrivacy(aNetPosRequestPrivacy);
   972 		}
   972 		}
   973 	privReq->SetStartTime();
   973 	privReq->SetStartTime();
   974 	iRequestBuffer.Append(privReq);
   974 	TInt err = iRequestBuffer.Append(privReq);
       
   975 	    if(err != KErrNone)
       
   976 	        {
       
   977 	    	LBSLOG2(ELogP4, "CPrivacyControllerHandler::ProcessNetworkLocationRequest : iRequestBuffer.Append failed with - %d error",err); 
       
   978 	        }
   975 	iAlwaysVerify = EFalse;	
   979 	iAlwaysVerify = EFalse;	
   976 	
   980 	
   977 	if (iNrhServer == 0)
   981 	if (iNrhServer == 0)
   978 		{
   982 		{
   979 		if (privReq->IsEmergency())
   983 		if (privReq->IsEmergency())