diff -r c084286672be -r 15018f1726c7 featuremgmt/featuremgr/src/clientdll/featmgrclient.h --- a/featuremgmt/featuremgr/src/clientdll/featmgrclient.h Tue Jan 26 13:16:24 2010 +0200 +++ b/featuremgmt/featuremgr/src/clientdll/featmgrclient.h Fri Mar 19 10:00:55 2010 +0200 @@ -84,7 +84,7 @@ TInt SWIStart() const; TInt SWIEnd() const; - + private: /** @@ -112,7 +112,10 @@ #ifdef EXTENDED_FEATURE_MANAGER_TEST // Public DEBUG API functions public: - + void ResourceMark(); + void ResourceCheck(); + TInt ResourceCount(); + void SetHeapFailure(TInt aAllocFailType, TInt aRate); TInt NumberOfNotifyFeatures( void ) const; TInt CountAllocCells( void ) const; #endif