TLbsPrivacyResponseParams Class Reference

class TLbsPrivacyResponseParams

Container for the parameters that are returned from the Lbs privacy verification dialog.

Constructor & Destructor Documentation

TLbsPrivacyResponseParams()

IMPORT_CTLbsPrivacyResponseParams()

Default C++ constructor.

Member Functions Documentation

GetResponseType(TLbsPrivacyNotifierResponse &)

IMPORT_C voidGetResponseType(TLbsPrivacyNotifierResponse &aResponse)const

Get the response type contained in this class

Parameters

TLbsPrivacyNotifierResponse & aResponseReference to a TLbsPrivacyNotifierResponse object that the response type is written to.

SetResponseType(const TLbsPrivacyNotifierResponse &)

IMPORT_C voidSetResponseType(const TLbsPrivacyNotifierResponse &aResponse)

Set the response type for this class

Parameters

const TLbsPrivacyNotifierResponse & aResponseReference to a TLbsPrivacyNotifierResponse object to set the response type from.

Member Data Documentation

TUint8 iReserved

TUint8 iReserved[private]

Reserved for future use to help maintain BC.

TLbsPrivacyNotifierResponse iResponse

TLbsPrivacyNotifierResponse iResponse[private]

The users' response to the verification dialog.