featuremgmt/featuremgr/src/serverexe/featmgrsession.cpp
changeset 17 55f2396f6d25
parent 15 3eacc0623088
child 55 44f437012c90
equal deleted inserted replaced
15:3eacc0623088 17:55f2396f6d25
   546     		break;
   546     		break;
   547     	    }
   547     	    }
   548 
   548 
   549 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   549 #ifdef EXTENDED_FEATURE_MANAGER_TEST
   550     	    
   550     	    
       
   551 #pragma BullseyeCoverage off
       
   552     	    
   551         case EFeatMgrResourceMark:
   553         case EFeatMgrResourceMark:
   552             ResourceCountMarkStart();
   554             ResourceCountMarkStart();
   553             break;
   555             break;
   554             
   556             
   555         case EFeatMgrResourceCheck:
   557         case EFeatMgrResourceCheck:
   595     	    TInt count = User::CountAllocCells();
   597     	    TInt count = User::CountAllocCells();
   596             TPckgC<TInt> resPckg( count );
   598             TPckgC<TInt> resPckg( count );
   597             aMessage.WriteL( 0, resPckg );
   599             aMessage.WriteL( 0, resPckg );
   598     	    
   600     	    
   599     	    break;
   601     	    break;
   600     	    }    
   602     	    }
       
   603     	    
       
   604 #pragma BullseyeCoverage on
       
   605     	    
   601 #endif
   606 #endif
   602 
   607 
   603         // Cannot identify the message.
   608         // Cannot identify the message.
   604         default:
   609         default:
   605             {
   610             {