equal
deleted
inserted
replaced
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 TInt err = iRequestBuffer.Append(privReq); |
974 iRequestBuffer.Append(privReq); |
975 if(err != KErrNone) |
|
976 { |
|
977 LBSLOG2(ELogP4, "CPrivacyControllerHandler::ProcessNetworkLocationRequest : iRequestBuffer.Append failed with - %d error",err); |
|
978 } |
|
979 iAlwaysVerify = EFalse; |
975 iAlwaysVerify = EFalse; |
980 |
976 |
981 if (iNrhServer == 0) |
977 if (iNrhServer == 0) |
982 { |
978 { |
983 if (privReq->IsEmergency()) |
979 if (privReq->IsEmergency()) |