locationrequestmgmt/networkrequesthandler/src/privacyhandler.cpp
changeset 57 3267d9ea3e98
parent 0 9cfd9a3ee49c
child 54 0c2046328c85
equal deleted inserted replaced
48:81c9bee26a45 57:3267d9ea3e98
   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())