TLbsHostSettingsBase Class Reference

class TLbsHostSettingsBase : public TLbsHostSettingsClassTypeBase

Base class for host settings that adds a method to get the ID of the settings creator.

Inherits from

Constructor & Destructor Documentation

TLbsHostSettingsBase()

IMPORT_C TLbsHostSettingsBase ( )

Default constructor

Member Functions Documentation

CreatorId()

IMPORT_C TLbsHostCreatorId CreatorId ( ) const

Gets the ID of the creator of the host settings.

HostSettingsId()

IMPORT_C TLbsHostSettingsId HostSettingsId ( ) const

Retrieves the host setting id

LastModified()

IMPORT_C TTime LastModified ( ) const

Returns the last modification date/time of the account

SetCreatorId(TLbsHostCreatorId)

void SetCreatorId ( TLbsHostCreatorId aCreatorId )

Sets the creator id

Parameters

TLbsHostCreatorId aCreatorId Id to set.

SetHostSettingsId(TLbsHostSettingsId &)

void SetHostSettingsId ( TLbsHostSettingsId & aId )

Sets the host settings id

Parameters

TLbsHostSettingsId & aId Id to set.

SetLastModifiedL(const TDesC &)

void SetLastModifiedL ( const TDesC & aTime )

Set the last modified date of the account.

The Date must be in the format YYYYMMDD:HHMMSS.MMMMMM

Parameters

const TDesC & aTime

UpdateLastModified()

void UpdateLastModified ( )

Update the last modified date of the account to be the current time.

Member Data Documentation

TLbsHostCreatorId iCreatorId

TLbsHostCreatorId iCreatorId [private]

TLbsHostSettingsId iHostSettingsId

TLbsHostSettingsId iHostSettingsId [private]

TTime iLastModified

TTime iLastModified [private]

TUint8 iReserved

TUint8 iReserved [private]