1.1 --- a/epoc32/include/caf/agent.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/caf/agent.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -16,11 +16,9 @@
1.4 */
1.5
1.6
1.7 -
1.8 -
1.9 /**
1.10 @file
1.11 - @publishedPartner
1.12 + @publishedAll
1.13 @released
1.14 */
1.15
1.16 @@ -39,9 +37,6 @@
1.17 /** Represents the name of a single CAF agent. This allows
1.18 applications to reference a particular agent within the
1.19 Content Access Framework.
1.20 -
1.21 - @publishedPartner
1.22 - @released
1.23 */
1.24 class TAgent
1.25 {
1.26 @@ -53,18 +48,12 @@
1.27
1.28 /** The UID of the agent DLL
1.29 @return The UID of the agent ECOM implementation DLL
1.30 -
1.31 - @internalComponent
1.32 - @released
1.33 */
1.34 TUid ImplementationUid() const;
1.35
1.36 /** Set the value of this TAgent
1.37 @param aName The name of the agent
1.38 @param aUid The agent implementation Uid
1.39 -
1.40 - @internalComponent
1.41 - @released
1.42 */
1.43 void SetValue(const TDesC& aName, TUid aUid);
1.44