featuremgmt/featuremgr/src/clientdll/featmgrclient.h
branchRCL_3
changeset 10 fa9941cf3867
parent 0 08ec8eefde2f
child 11 667e88a979d7
equal deleted inserted replaced
6:5ffdb8f2067f 10:fa9941cf3867
    82         TInt RequestNotifyCancelAll( ) const;
    82         TInt RequestNotifyCancelAll( ) const;
    83 
    83 
    84         TInt SWIStart() const;
    84         TInt SWIStart() const;
    85         
    85         
    86         TInt SWIEnd() const; 
    86         TInt SWIEnd() const; 
    87         
    87                 
    88     private:
    88     private:
    89 
    89 
    90         /**
    90         /**
    91          Return version of server
    91          Return version of server
    92          @param
    92          @param
   110 
   110 
   111 
   111 
   112 		#ifdef EXTENDED_FEATURE_MANAGER_TEST
   112 		#ifdef EXTENDED_FEATURE_MANAGER_TEST
   113         // Public DEBUG API functions
   113         // Public DEBUG API functions
   114     public:
   114     public:
   115 
   115         void ResourceMark();
       
   116         void ResourceCheck();
       
   117         TInt ResourceCount();
       
   118         void SetHeapFailure(TInt aAllocFailType, TInt aRate);
   116 		TInt NumberOfNotifyFeatures( void ) const;
   119 		TInt NumberOfNotifyFeatures( void ) const;
   117 		TInt CountAllocCells( void ) const;
   120 		TInt CountAllocCells( void ) const;
   118 		#endif    
   121 		#endif    
   119     
   122     
   120     };
   123     };