diff -r e1b950c65cb4 -r 837f303aceeb epoc32/include/caf/streamableptrarray.inl --- a/epoc32/include/caf/streamableptrarray.inl Wed Mar 31 12:27:01 2010 +0100 +++ b/epoc32/include/caf/streamableptrarray.inl Wed Mar 31 12:33:34 2010 +0100 @@ -15,6 +15,14 @@ * */ +/** + @file + @publishedAll + @released +*/ + +#ifndef STREAMABLEPTRARRAY_INL +#define STREAMABLEPTRARRAY_INL namespace ContentAccess { @@ -100,3 +108,6 @@ iArray.Remove(aIndex); } } + +#endif // STREAMABLEPTRARRAY_INL +