supl/locationomasuplprotocolhandler/protocolhandlerver2/src/epos_comasuplsession2.cpp
changeset 35 1a92308afc46
parent 25 73f6c2762ffe
child 39 3efc7a0e8755
equal deleted inserted replaced
33:834e27cad510 35:1a92308afc46
  5685 				iTrace->Trace(_L("iNetworkPrivacy is not null"), KTraceFileName, __LINE__);
  5685 				iTrace->Trace(_L("iNetworkPrivacy is not null"), KTraceFileName, __LINE__);
  5686 				
  5686 				
  5687 				//Inform UI that ,trigger session has started...
  5687 				//Inform UI that ,trigger session has started...
  5688 		InsertActiveSessionL();
  5688 		InsertActiveSessionL();
  5689 		TInt privacyId;
  5689 		TInt privacyId;
  5690 		iNetworkPrivacy->NotifyLocationRequestL(*iSuplReqInfo, privacyId); 
  5690 		TRAP_IGNORE(iNetworkPrivacy->NotifyLocationRequestL(*iSuplReqInfo, privacyId); )
  5691 		iTrace->Trace(_L(" Calling InsertActiveSessionL"), KTraceFileName, __LINE__);
  5691 		iTrace->Trace(_L(" Calling InsertActiveSessionL"), KTraceFileName, __LINE__);
  5692          
  5692          
  5693 	}
  5693 	}
  5694 	else
  5694 	else
  5695 	if (!iPrivacyOverride)
  5695 	if (!iPrivacyOverride)
  5724 		if (iNetworkPrivacy)
  5724 		if (iNetworkPrivacy)
  5725 				iTrace->Trace(_L("iNetworkPrivacy is not null"), KTraceFileName, __LINE__);
  5725 				iTrace->Trace(_L("iNetworkPrivacy is not null"), KTraceFileName, __LINE__);
  5726 				
  5726 				
  5727 				
  5727 				
  5728 				
  5728 				
  5729     	iNetworkPrivacy->NotifyLocationRequestL(*iSuplReqInfo, iRequestorId);
  5729     	TRAP_IGNORE(iNetworkPrivacy->NotifyLocationRequestL(*iSuplReqInfo, iRequestorId);)
  5730     	
  5730     	
  5731     }
  5731     }
  5732     
  5732     
  5733     delete sessionName;
  5733     delete sessionName;
  5734     delete aParamValues;
  5734     delete aParamValues;