featuremgmt/featuremgr/src/clientdll/featmgrclient.h
branchRCL_3
changeset 8 fa9941cf3867
parent 0 08ec8eefde2f
child 9 667e88a979d7
--- a/featuremgmt/featuremgr/src/clientdll/featmgrclient.h	Sat Feb 20 00:33:55 2010 +0200
+++ b/featuremgmt/featuremgr/src/clientdll/featmgrclient.h	Fri Mar 12 15:51:02 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