diff -r ece3df019add -r cf642210ecb7 contentmgmt/contentaccessfwfordrm/inc/metadata.h --- a/contentmgmt/contentaccessfwfordrm/inc/metadata.h Tue Nov 24 09:06:03 2009 +0200 +++ b/contentmgmt/contentaccessfwfordrm/inc/metadata.h Thu Dec 17 09:28:34 2009 +0200 @@ -18,7 +18,7 @@ /** @file - @publishedPartner + @publishedAll @released */ @@ -54,8 +54,6 @@ Applications should use the unicode functions whenever possible because it removes the risk of losing information during the unicode to 8 bit conversion. - @publishedPartner - @released */ class CMetaData : public CBase { @@ -66,8 +64,6 @@ @param aField The name of the field @param aData The data associated with the field @return A CMetaData object populated with the given field and data - @internalComponent - @released */ static CMetaData* NewL(const TDesC8& aField, const TDesC8& aData); /** Construct a new CMetaData with unicode data @@ -76,8 +72,6 @@ @param aData The data associated with the field @return A CMetaData object populated with the given field and data - @internalComponent - @released */ static CMetaData* NewL(const TDesC16& aField, const TDesC16& aData); @@ -86,8 +80,6 @@ @param aStream The stream to read the CMetaData object from @return A CMetaData object read from the stream - @internalComponent - @released */ static CMetaData* NewL(RReadStream& aStream); @@ -118,8 +110,6 @@ /** Write the CMetaData to a data stream @param aStream The stream to write the CMetaData object to - @internalComponent - @released */ void ExternalizeL(RWriteStream& aStream) const;