diff -r c1f20ce4abcf -r 3e88ff8f41d5 kernel/eka/include/e32std.h --- a/kernel/eka/include/e32std.h Tue Aug 31 16:34:26 2010 +0300 +++ b/kernel/eka/include/e32std.h Wed Sep 01 12:34:56 2010 +0100 @@ -3143,7 +3143,6 @@ IMPORT_C void Lock(TRequestStatus& aStatus,TTimerLockSpec aLock); IMPORT_C void Inactivity(TRequestStatus& aStatus, TTimeIntervalSeconds aSeconds); IMPORT_C void HighRes(TRequestStatus& aStatus,TTimeIntervalMicroSeconds32 anInterval); - IMPORT_C void AgainHighRes(TRequestStatus& aStatus,TTimeIntervalMicroSeconds32 anInterval); }; @@ -3314,8 +3313,6 @@ IMPORT_C TInt Open(RMessagePtr2 aMessage,TInt aParam,TOwnerType aType=EOwnerProcess); IMPORT_C TInt Open(TInt aArgumentIndex, TOwnerType aType=EOwnerProcess); IMPORT_C void Wait(); - IMPORT_C TInt Poll(); // acquire the lock if possible, but don't block - IMPORT_C TInt Wait(TInt aTimeout); // timeout in microseconds IMPORT_C void Signal(); IMPORT_C TBool IsHeld(); }; @@ -4772,7 +4769,6 @@ 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 */