diff -r 657f875b013e -r 73ea206103e6 kernel/eka/include/e32cmn.inl --- a/kernel/eka/include/e32cmn.inl Fri Jun 11 15:02:23 2010 +0300 +++ b/kernel/eka/include/e32cmn.inl Wed Jun 23 19:44:53 2010 +0300 @@ -4866,6 +4866,21 @@ template +inline void RArray::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 inline TInt RArray::Count() const /** Gets the number of objects in the array.