equal
deleted
inserted
replaced
817 iStartupHandler.ResetUid( CCSCEngStartupHandler::EPluginUid ); |
817 iStartupHandler.ResetUid( CCSCEngStartupHandler::EPluginUid ); |
818 iOfferedPluginUids.Append( iPluginInfo.iPluginsUid ); |
818 iOfferedPluginUids.Append( iPluginInfo.iPluginsUid ); |
819 |
819 |
820 CCSCNoteUtilities::TCSCNoteType |
820 CCSCNoteUtilities::TCSCNoteType |
821 type = CCSCNoteUtilities::ECSCConfigureServiceQuery; |
821 type = CCSCNoteUtilities::ECSCConfigureServiceQuery; |
822 |
822 |
823 if ( CCSCNoteUtilities::ShowCommonQueryL( |
823 TRAP_IGNORE |
824 type, iPluginInfo.iProviderName ) ) |
824 ( |
825 { |
825 if ( CCSCNoteUtilities::ShowCommonQueryL( |
826 iServicePluginHandler.DoProvisioningL( |
826 type, iPluginInfo.iProviderName ) ) |
|
827 { |
|
828 iServicePluginHandler.DoProvisioningL( |
827 iPluginInfo.iPluginsUid, KCSCServiceViewId ); |
829 iPluginInfo.iPluginsUid, KCSCServiceViewId ); |
828 } |
830 } |
829 |
831 ); |
|
832 |
830 iNextPluginIndex++; |
833 iNextPluginIndex++; |
831 TInt pluginCount = iServicePluginHandler.PluginCount( |
834 TInt pluginCount = iServicePluginHandler.PluginCount( |
832 CCSCEngServicePluginHandler::EInitialized ); |
835 CCSCEngServicePluginHandler::EInitialized ); |
833 |
836 |
834 for ( ; iNextPluginIndex < pluginCount; iNextPluginIndex++ ) |
837 for ( ; iNextPluginIndex < pluginCount; iNextPluginIndex++ ) |