1.1 --- a/epoc32/include/caf/metadata.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/caf/metadata.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 @@ -56,8 +54,6 @@
1.17 Applications should use the unicode functions whenever possible because it
1.18 removes the risk of losing information during the unicode to 8 bit conversion.
1.19
1.20 - @publishedPartner
1.21 - @released
1.22 */
1.23 class CMetaData : public CBase
1.24 {
1.25 @@ -68,8 +64,6 @@
1.26 @param aField The name of the field
1.27 @param aData The data associated with the field
1.28 @return A CMetaData object populated with the given field and data
1.29 - @internalComponent
1.30 - @released
1.31 */
1.32 static CMetaData* NewL(const TDesC8& aField, const TDesC8& aData);
1.33 /** Construct a new CMetaData with unicode data
1.34 @@ -78,8 +72,6 @@
1.35 @param aData The data associated with the field
1.36 @return A CMetaData object populated with the given field and data
1.37
1.38 - @internalComponent
1.39 - @released
1.40 */
1.41 static CMetaData* NewL(const TDesC16& aField, const TDesC16& aData);
1.42
1.43 @@ -88,8 +80,6 @@
1.44 @param aStream The stream to read the CMetaData object from
1.45 @return A CMetaData object read from the stream
1.46
1.47 - @internalComponent
1.48 - @released
1.49 */
1.50 static CMetaData* NewL(RReadStream& aStream);
1.51
1.52 @@ -120,8 +110,6 @@
1.53 /** Write the CMetaData to a data stream
1.54
1.55 @param aStream The stream to write the CMetaData object to
1.56 - @internalComponent
1.57 - @released
1.58 */
1.59 void ExternalizeL(RWriteStream& aStream) const;
1.60