featuremgmt/featuremgr/src/clientdll/featmgrtlsdata.cpp
changeset 55 44f437012c90
parent 17 55f2396f6d25
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   300 
   300 
   301 // debug only API functions
   301 // debug only API functions
   302 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   302 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   303 
   303 
   304 #pragma BullseyeCoverage off
   304 #pragma BullseyeCoverage off
       
   305 #pragma CTC SKIP
   305 
   306 
   306 /** 
   307 /** 
   307 */
   308 */
   308 void CFeatMgrTlsData::ResourceMark()
   309 void CFeatMgrTlsData::ResourceMark()
   309     {
   310     {
   346 TInt CFeatMgrTlsData::CountAllocCells( void ) const
   347 TInt CFeatMgrTlsData::CountAllocCells( void ) const
   347     {
   348     {
   348     return iFeatMgrClient.CountAllocCells();
   349     return iFeatMgrClient.CountAllocCells();
   349     }
   350     }
   350 
   351 
       
   352 #pragma CTC ENDSKIP
   351 #pragma BullseyeCoverage on
   353 #pragma BullseyeCoverage on
   352 
   354 
   353 #endif
   355 #endif
   354 
   356 
   355 //  End of File  
   357 //  End of File