equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 /** |
|
19 @file |
|
20 @publishedAll |
|
21 @released |
|
22 */ |
|
23 |
|
24 #ifndef STREAMABLEPTRARRAY_INL |
|
25 #define STREAMABLEPTRARRAY_INL |
18 |
26 |
19 namespace ContentAccess |
27 namespace ContentAccess |
20 { |
28 { |
21 template <class T> |
29 template <class T> |
22 inline RStreamablePtrArray<T>::RStreamablePtrArray() |
30 inline RStreamablePtrArray<T>::RStreamablePtrArray() |
98 User::Leave(KErrArgument); |
106 User::Leave(KErrArgument); |
99 } |
107 } |
100 iArray.Remove(aIndex); |
108 iArray.Remove(aIndex); |
101 } |
109 } |
102 } |
110 } |
|
111 |
|
112 #endif // STREAMABLEPTRARRAY_INL |
|
113 |