TLbsPrivacyResponseParams Class Reference

class TLbsPrivacyResponseParams

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

Public Member Functions
TLbsPrivacyResponseParams ()
IMPORT_C void GetResponseType ( TLbsPrivacyNotifierResponse &)
IMPORT_C void SetResponseType (const TLbsPrivacyNotifierResponse &)
Private Attributes
TUint8 iReserved
TLbsPrivacyNotifierResponse iResponse

Constructor & Destructor Documentation

TLbsPrivacyResponseParams()

IMPORT_C TLbsPrivacyResponseParams ( )

Default C++ constructor.

Member Functions Documentation

GetResponseType(TLbsPrivacyNotifierResponse &)

IMPORT_C void GetResponseType ( TLbsPrivacyNotifierResponse & aResponse ) const

Get the response type contained in this class

Parameters

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

SetResponseType(const TLbsPrivacyNotifierResponse &)

IMPORT_C void SetResponseType ( const TLbsPrivacyNotifierResponse & aResponse )

Set the response type for this class

Parameters

const TLbsPrivacyNotifierResponse & aResponse Reference 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.