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

Default C++ constructor.

Member Functions Documentation

GetRequesterInfo(TLbsExternalRequestInfo &)

IMPORT_C void GetRequesterInfo ( TLbsExternalRequestInfo & aRequesterInfo ) const

Get the requester information contained in this class

Parameters

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

SetRequesterInfo(const TLbsExternalRequestInfo &)

IMPORT_C void SetRequesterInfo ( const TLbsExternalRequestInfo & aRequesterInfo )

Set the requester information for this class

Parameters

const TLbsExternalRequestInfo & aRequesterInfo Reference 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.