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_CTLbsHostSettingsBase()

Default constructor

Member Functions Documentation

CreatorId()

IMPORT_C TLbsHostCreatorIdCreatorId()const

Gets the ID of the creator of the host settings.

HostSettingsId()

IMPORT_C TLbsHostSettingsIdHostSettingsId()const

Retrieves the host setting id

LastModified()

IMPORT_C TTimeLastModified()const

Returns the last modification date/time of the account

SetCreatorId(TLbsHostCreatorId)

voidSetCreatorId(TLbsHostCreatorIdaCreatorId)

Sets the creator id

Parameters

TLbsHostCreatorId aCreatorIdId to set.

SetHostSettingsId(TLbsHostSettingsId &)

voidSetHostSettingsId(TLbsHostSettingsId &aId)

Sets the host settings id

Parameters

TLbsHostSettingsId & aIdId to set.

SetLastModifiedL(const TDesC &)

voidSetLastModifiedL(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()

voidUpdateLastModified()

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]