ContentAccess::TAgent Class Reference

class ContentAccess::TAgent

Represents the name of a single CAF agent. This allows applications to reference a particular agent within the Content Access Framework.

Member Functions Documentation

ImplementationUid()

TUid ImplementationUid ( ) const

The UID of the agent DLL

Name()

IMPORT_C const TDesC & Name ( ) const

The name of the agent

SetValue(const TDesC &, TUid)

void SetValue ( const TDesC & aName,
TUid aUid
)

Set the value of this TAgent

Parameters

const TDesC & aName The name of the agent
TUid aUid The agent implementation Uid

Member Data Documentation

TUid iImplementationUid

TUid iImplementationUid [private]

TBuf< KMaxAgentNameLength > iName

TBuf < KMaxAgentNameLength > iName [private]