TLbsHostSettingsBase Class Reference

#include <lbs/lbshostsettingsclasstypes.h>

Link against: lbshostsettings.lib

class TLbsHostSettingsBase : public TLbsHostSettingsClassTypeBase

Inherits from

Detailed Description

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

Constructor & Destructor Documentation

TLbsHostSettingsBase ( )

IMPORT_CTLbsHostSettingsBase()

Default constructor

Member Function Documentation

CreatorId ( )

IMPORT_C TLbsHostCreatorIdCreatorId()const

Gets the ID of the creator of the host settings.

Return Value
The creator id

HostSettingsId ( )

IMPORT_C TLbsHostSettingsIdHostSettingsId()const

Retrieves the host setting id

Return Value
The host setting id

LastModified ( )

IMPORT_C TTimeLastModified()const

Returns the last modification date/time of the account

Return Value
The last modification time of the account

SetCreatorId ( TLbsHostCreatorId )

voidSetCreatorId(TLbsHostCreatorIdaCreatorId)

Sets the creator id

Parameters
aCreatorIdId to set.

SetHostSettingsId ( TLbsHostSettingsId & )

voidSetHostSettingsId(TLbsHostSettingsId &aId)

Sets the host settings id

Parameters
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

UpdateLastModified ( )

voidUpdateLastModified()

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