--- a/kernel/eka/include/e32cmn.inl Wed Jun 09 11:10:19 2010 +0300
+++ b/kernel/eka/include/e32cmn.inl Mon Jun 21 17:12:14 2010 +0300
@@ -4980,6 +4980,21 @@
template <class T>
+inline void RArray<T>::SetKeyOffset(TInt aOffset)
+/**
+Sets the offset of the ordering key within each array entry.
+
+@param aKeyOffset The key offset.
+
+@panic USER 128, if aKeyOffset is not positive, or is not less than the
+ size of class T, or is not a multiple of 4.
+*/
+ {RArrayBase::SetKeyOffset(aOffset);}
+
+
+
+
+template <class T>
inline TInt RArray<T>::Count() const
/**
Gets the number of objects in the array.