TLbsPrivacyNotifierParams Class Reference

class TLbsPrivacyNotifierParams

Container for the parameters that are sent to the Lbs privacy dialogs. Both dialogs receive this information.

Constructor & Destructor Documentation

TLbsPrivacyNotifierParams()

IMPORT_CTLbsPrivacyNotifierParams()

Default C++ constructor.

Member Functions Documentation

GetRequesterInfo(TLbsExternalRequestInfo &)

IMPORT_C voidGetRequesterInfo(TLbsExternalRequestInfo &aRequesterInfo)const

Get the requester information contained in this class

Parameters

TLbsExternalRequestInfo & aRequesterInfoReference to a TLbsExternalRequestInfo object that the requester information is written to.

SetRequesterInfo(const TLbsExternalRequestInfo &)

IMPORT_C voidSetRequesterInfo(const TLbsExternalRequestInfo &aRequesterInfo)

Set the requester information for this class

Parameters

const TLbsExternalRequestInfo & aRequesterInfoReference to a TLbsExternalRequestInfo object to set the requester info from.

Member Data Documentation

TLbsExternalRequestInfo iRequesterInfo

TLbsExternalRequestInfo iRequesterInfo[private]

Information that identifies the external client that made the location request.

TUint8 iReserved

TUint8 iReserved[private]

Reserved for future use to help maintain BC.