equal
deleted
inserted
replaced
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 |