commsconfig/cscapplicationui/src/cscserviceview.cpp
branchRCL_3
changeset 11 6134b5029079
parent 10 ed1e38b404e5
child 12 876a3df1f464
equal deleted inserted replaced
10:ed1e38b404e5 11:6134b5029079
   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++ )