diff -r ece3df019add -r cf642210ecb7 contentmgmt/contentaccessfwfordrm/inc/data.h --- a/contentmgmt/contentaccessfwfordrm/inc/data.h Tue Nov 24 09:06:03 2009 +0200 +++ b/contentmgmt/contentaccessfwfordrm/inc/data.h Thu Dec 17 09:28:34 2009 +0200 @@ -20,7 +20,7 @@ /** @file -@publishedPartner +@publishedAll @released */ @@ -48,8 +48,6 @@ This class is initialised with an agent implementation that is responsible for this content object. - @publishedPartner - @released */ class CData : public CBase { @@ -247,9 +245,6 @@ @leave ... One of the other CAF error codes defined in \c caferr.h or one of the other system-wide error codes for any other errors. - - @internalComponent - @released */ static CData* NewLC(TUid aAgentUid, const TVirtualPathPtr& aVirtualPath, TIntent aIntent, TContentShareMode aShareMode); @@ -275,8 +270,6 @@ or one of the other system-wide error codes for any other errors. - @internalComponent - @released */ static CData* NewLC(TUid aAgentUid, RFile& aFile, const TDesC& aUniqueId, TIntent aIntent); @@ -342,8 +335,7 @@ system-wide error for any other errors. @capability DRM Access to DRM protected content is not permitted for processes without DRM capability. Access to unprotected content is unrestricted. - @internalComponent - @released + */ static CData* NewLC(TUid aAgentUid, const TDesC8& aHeaderData, TIntent aIntent);