contentmgmt/contentaccessfwfordrm/inc/StreamablePtrArray.inl
changeset 30 cf642210ecb7
parent 8 35751d3474b7
--- a/contentmgmt/contentaccessfwfordrm/inc/StreamablePtrArray.inl	Tue Nov 24 09:06:03 2009 +0200
+++ b/contentmgmt/contentaccessfwfordrm/inc/StreamablePtrArray.inl	Thu Dec 17 09:28:34 2009 +0200
@@ -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
+