diff -r 5e441a173c63 -r d9f1e5bfe28c kernel/eka/include/e32std.h --- a/kernel/eka/include/e32std.h Mon May 24 18:45:46 2010 +0100 +++ b/kernel/eka/include/e32std.h Thu Jun 10 11:48:01 2010 +0100 @@ -4770,6 +4770,7 @@ IMPORT_C static void __DbgMarkCheck(TBool aKernel, TBool aCountAll, TInt aCount, const TUint8* aFileName, TInt aLineNum); IMPORT_C static TUint32 __DbgMarkEnd(TBool aKernel, TInt aCount); IMPORT_C static void __DbgSetAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TInt aRate); + IMPORT_C static RAllocator::TAllocFail __DbgGetAllocFail(TBool aKernel); IMPORT_C static void __DbgSetBurstAllocFail(TBool aKernel, RAllocator::TAllocFail aFail, TUint aRate, TUint aBurst); IMPORT_C static TUint __DbgCheckFailure(TBool aKernel); IMPORT_C static void PanicUnexpectedLeave(); /**< @internalComponent */