branch | RCL_3 |
changeset 44 | 3e88ff8f41d5 |
parent 43 | c1f20ce4abcf |
--- a/kerneltest/e32test/demandpaging/t_dpcmn.h Tue Aug 31 16:34:26 2010 +0300 +++ b/kerneltest/e32test/demandpaging/t_dpcmn.h Wed Sep 01 12:34:56 2010 +0100 @@ -41,7 +41,3 @@ void UpdatePaged(TBool& aPaged); TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason); -class TestHybridHeap : public RHeap - { -public: TInt ChunkHandle() { return iChunkHandle; }; - };