kerneltest/e32test/demandpaging/t_dpcmn.h
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    39 TInt GetGlobalPolicies();
    39 TInt GetGlobalPolicies();
    40 TBool IsDataPagingSupported();
    40 TBool IsDataPagingSupported();
    41 void UpdatePaged(TBool& aPaged);
    41 void UpdatePaged(TBool& aPaged);
    42 TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason);
    42 TInt TestThreadExit(RThread& aThread, TExitType aExitType, TInt aExitReason);
    43 
    43 
    44 class TestHybridHeap : public RHeap
       
    45 	{
       
    46 public: TInt ChunkHandle() { return iChunkHandle; };
       
    47 	};