diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/caf/agent.h --- a/epoc32/include/caf/agent.h Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/caf/agent.h Wed Mar 31 12:33:34 2010 +0100 @@ -16,11 +16,9 @@ */ - - /** @file - @publishedPartner + @publishedAll @released */ @@ -39,9 +37,6 @@ /** Represents the name of a single CAF agent. This allows applications to reference a particular agent within the Content Access Framework. - - @publishedPartner - @released */ class TAgent { @@ -53,18 +48,12 @@ /** The UID of the agent DLL @return The UID of the agent ECOM implementation DLL - - @internalComponent - @released */ TUid ImplementationUid() const; /** Set the value of this TAgent @param aName The name of the agent @param aUid The agent implementation Uid - - @internalComponent - @released */ void SetValue(const TDesC& aName, TUid aUid);