epoc32/include/caf/streamableptrarray.inl
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
--- 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
+