1.1 --- a/epoc32/include/caf/streamableptrarray.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/caf/streamableptrarray.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 @@ -42,9 +40,7 @@
1.17
1.18 The array can be streamed using the InternalizeL() and ExternalizeL() functions
1.19
1.20 - @publishedPartner
1.21 - @released
1.22 - */
1.23 + */
1.24 template <class T>
1.25 class RStreamablePtrArray
1.26 {