equal
deleted
inserted
replaced
741 |
741 |
742 CCHLOGSTRING( "CCCHServiceHandler::LoadPluginsL: OUT" ); |
742 CCHLOGSTRING( "CCCHServiceHandler::LoadPluginsL: OUT" ); |
743 } |
743 } |
744 |
744 |
745 // --------------------------------------------------------------------------- |
745 // --------------------------------------------------------------------------- |
746 // CCCHServiceHandler::UnloadPlugin |
746 // CCCHServiceHandler::UnloadDisabledPluginsL |
747 // (other items were commented in a header). |
747 // (other items were commented in a header). |
748 // --------------------------------------------------------------------------- |
748 // --------------------------------------------------------------------------- |
749 // |
749 // |
750 void CCCHServiceHandler::UnloadDisabledPluginsL( ) |
750 void CCCHServiceHandler::UnloadDisabledPluginsL( ) |
751 { |
751 { |
771 { |
771 { |
772 |
772 |
773 TCCHSubserviceState state = ECCHUninitialized; |
773 TCCHSubserviceState state = ECCHUninitialized; |
774 |
774 |
775 // subservice was found, so don't need to check return value |
775 // subservice was found, so don't need to check return value |
|
776 // coverity[check_return] coverity[unchecked_value] |
776 iServices[ ixSer ]->GetStatus( |
777 iServices[ ixSer ]->GetStatus( |
777 iServices[ ixSer ]->GetSubserviceType( ixSub ), state ); |
778 iServices[ ixSer ]->GetSubserviceType( ixSub ), state ); |
778 |
779 |
779 // if non disabled subservice found, add it to non-unload arry |
780 // if non disabled subservice found, add it to non-unload arry |
780 if( ECCHDisabled != state ) |
781 if( ECCHDisabled != state ) |