epoc32/include/caf/streamableptrarray.inl
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/caf/streamableptrarray.inl	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/caf/streamableptrarray.inl	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -15,6 +15,14 @@
     1.4  *
     1.5  */
     1.6  
     1.7 +/**
     1.8 + @file
     1.9 + @publishedAll
    1.10 + @released
    1.11 +*/
    1.12 +
    1.13 +#ifndef STREAMABLEPTRARRAY_INL
    1.14 +#define STREAMABLEPTRARRAY_INL
    1.15  
    1.16  namespace ContentAccess
    1.17  {
    1.18 @@ -100,3 +108,6 @@
    1.19  	iArray.Remove(aIndex);
    1.20  	}
    1.21  }
    1.22 +
    1.23 +#endif // STREAMABLEPTRARRAY_INL
    1.24 +