equal
deleted
inserted
replaced
622 iLogBus->LogText( _L( "--------------------------------------------------------" ) ); |
622 iLogBus->LogText( _L( "--------------------------------------------------------" ) ); |
623 #endif |
623 #endif |
624 |
624 |
625 if( aRepositoryInfo.iEventType & EhspsODTUpdated || |
625 if( aRepositoryInfo.iEventType & EhspsODTUpdated || |
626 aRepositoryInfo.iEventType & EhspsODTModified || |
626 aRepositoryInfo.iEventType & EhspsODTModified || |
627 aRepositoryInfo.iEventType & EhspsPluginReplaced || |
627 aRepositoryInfo.iEventType & EhspsPluginReplaced ) |
628 aRepositoryInfo.iEventType == EhspsODTActivated ) |
|
629 { |
628 { |
630 SetResourceFileCopyRequired( aRepositoryInfo.iAppUid ); |
629 SetResourceFileCopyRequired( aRepositoryInfo.iAppUid ); |
631 } |
630 } |
632 |
631 |
633 // If header cache should be updated from files in the Plug-in Repository |
632 // If header cache should be updated from files in the Plug-in Repository |
3641 break; |
3640 break; |
3642 } |
3641 } |
3643 } |
3642 } |
3644 if ( !alreadyIncluded ) |
3643 if ( !alreadyIncluded ) |
3645 { |
3644 { |
3646 notificationTargets.AppendL( header ); |
3645 notificationTargets.Append( header ); |
3647 |
3646 |
3648 // Check if active configuration supports the current family |
3647 // Check if active configuration supports the current family |
3649 TBool updateRequired = ETrue; |
3648 TBool updateRequired = ETrue; |
3650 for( TInt i=0; i < iHeaderListCache->Count(); i++ ) |
3649 for( TInt i=0; i < iHeaderListCache->Count(); i++ ) |
3651 { |
3650 { |