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 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()) |