featuremgmt/featuremgr/src/clientdll/featmgrclient.cpp
changeset 55 44f437012c90
parent 17 55f2396f6d25
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   613 // DEBUG only API functions
   613 // DEBUG only API functions
   614 
   614 
   615 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   615 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   616 
   616 
   617 #pragma BullseyeCoverage off
   617 #pragma BullseyeCoverage off
       
   618 #pragma CTC SKIP
   618 
   619 
   619 /** 
   620 /** 
   620 */
   621 */
   621 void RFeatMgrClient::ResourceMark()
   622 void RFeatMgrClient::ResourceMark()
   622     {
   623     {
   682 
   683 
   683     INFO_LOG1( "RFeatMgrClient::CountAllocCells - return %d", sizePckg() );
   684     INFO_LOG1( "RFeatMgrClient::CountAllocCells - return %d", sizePckg() );
   684     return sizePckg();
   685     return sizePckg();
   685     }
   686     }
   686 
   687 
       
   688 #pragma CTC ENDSKIP
   687 #pragma BullseyeCoverage on
   689 #pragma BullseyeCoverage on
   688 
   690 
   689 #endif
   691 #endif
   690 
   692 
   691 //  End of File  
   693 //  End of File