| class ContentAccess::TAgent |
Represents the name of a single CAF agent. This allows applications to reference a particular agent within the Content Access Framework.
| Public Member Functions | |
|---|---|
| TUid | ImplementationUid() |
| IMPORT_C const TDesC & | Name() |
| void | SetValue(const TDesC &, TUid) |
| Private Attributes | |
|---|---|
| TUid | iImplementationUid |
| TBuf< KMaxAgentNameLength > | iName |
| TUid | ImplementationUid | ( | ) | const |
The UID of the agent DLL The UID of the agent ECOM implementation DLL
| void | SetValue | ( | const TDesC & | aName, |
| TUid | aUid | |||
| ) | ||||
Set the value of this TAgent