diff -r 0ff03867bdb6 -r 39b39e1a406e kernel/eka/include/e32cmn.inl --- a/kernel/eka/include/e32cmn.inl Wed Jul 21 14:46:58 2010 +0100 +++ b/kernel/eka/include/e32cmn.inl Thu Jul 22 16:46:39 2010 +0100 @@ -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.