contentmgmt/contentaccessfwfordrm/inc/agent.h
changeset 33 cf642210ecb7
parent 8 35751d3474b7
--- a/contentmgmt/contentaccessfwfordrm/inc/agent.h	Tue Nov 24 09:06:03 2009 +0200
+++ b/contentmgmt/contentaccessfwfordrm/inc/agent.h	Thu Dec 17 09:28:34 2009 +0200
@@ -18,7 +18,7 @@
 
 /**
  @file
- @publishedPartner
+ @publishedAll
  @released
 */
 
@@ -37,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 
 		{
@@ -51,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);