featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp
branchRCL_3
changeset 8 fa9941cf3867
parent 0 08ec8eefde2f
child 9 667e88a979d7
equal deleted inserted replaced
6:5ffdb8f2067f 8:fa9941cf3867
   612     return pckg();
   612     return pckg();
   613     }
   613     }
   614 
   614 
   615 // ========================== OTHER EXPORTED FUNCTIONS =========================
   615 // ========================== OTHER EXPORTED FUNCTIONS =========================
   616 
   616 
   617 
       
   618 
       
   619 // DEBUG only API functions
   617 // DEBUG only API functions
   620 
   618 
   621 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   619 #ifdef EXTENDED_FEATURE_MANAGER_TEST
       
   620 /** 
       
   621 */
       
   622 void RFeatMgrClient::ResourceMark()
       
   623     {
       
   624     (void)SendReceive(EFeatMgrResourceMark);
       
   625     }
       
   626 
       
   627 /** 
       
   628 */
       
   629 void RFeatMgrClient::ResourceCheck()
       
   630     {
       
   631     (void)SendReceive(EFeatMgrResourceCheck);
       
   632     }
       
   633 
       
   634 /** 
       
   635 */
       
   636 TInt RFeatMgrClient::ResourceCount()
       
   637     {
       
   638     return SendReceive(EFeatMgrResourceCount);
       
   639     }
       
   640 
       
   641 /** 
       
   642 */
       
   643 void RFeatMgrClient::SetHeapFailure(TInt aAllocFailType, TInt aRate)
       
   644     {
       
   645     (void)SendReceive(EFeatMgrSetHeapFailure, TIpcArgs(aAllocFailType, aRate));
       
   646     }
       
   647 
   622 // -----------------------------------------------------------------------------
   648 // -----------------------------------------------------------------------------
   623 // RFeatMgrClient::NumberOfNotifyFeatures()
   649 // RFeatMgrClient::NumberOfNotifyFeatures()
   624 // -----------------------------------------------------------------------------
   650 // -----------------------------------------------------------------------------
   625 //
   651 //
   626 TInt RFeatMgrClient::NumberOfNotifyFeatures( void ) const
   652 TInt RFeatMgrClient::NumberOfNotifyFeatures( void ) const