ContentAccess::TAgent Class Reference

#include <caf/agent.h>

Link against: caf.lib

class ContentAccess::TAgent
Public Member Functions
TUid ImplementationUid()
IMPORT_C const TDesC &Name()
voidSetValue(const TDesC &, TUid)

Detailed Description

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

Member Function Documentation

ImplementationUid ( )

TUid ImplementationUid()const

The UID of the agent DLL

Return Value
The UID of the agent ECOM implementation DLL

Name ( )

IMPORT_C const TDesC &Name()const

The name of the agent

Return Value
The name of the agent

SetValue ( const TDesC &, TUid )

voidSetValue(const TDesC &aName,
TUidaUid
)

Set the value of this TAgent

Parameters
aNameThe name of the agent
aUidThe agent implementation Uid