diff -r 5e441a173c63 -r 31ea0f8e3c99 kernel/eka/include/e32cmn.h --- a/kernel/eka/include/e32cmn.h Mon May 24 18:45:46 2010 +0100 +++ b/kernel/eka/include/e32cmn.h Thu Jun 10 11:48:01 2010 +0100 @@ -5398,6 +5398,7 @@ IMPORT_C RArrayBase(TInt anEntrySize, TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor); IMPORT_C RArrayBase(TInt aEntrySize,TAny* aEntries, TInt aCount); IMPORT_C void Close(); + IMPORT_C void SetKeyOffset(TInt aKeyOffset); IMPORT_C TInt Count() const; IMPORT_C TAny* At(TInt anIndex) const; IMPORT_C TInt Append(const TAny* anEntry); @@ -5496,6 +5497,7 @@ inline RArray(TInt aMinGrowBy, TInt aKeyOffset, TInt aFactor); inline RArray(TInt aEntrySize,T* aEntries, TInt aCount); inline void Close(); + inline void SetKeyOffset(TInt aKeyOffset); inline TInt Count() const; inline const T& operator[](TInt anIndex) const; inline T& operator[](TInt anIndex);