presencesettingsui/src/psuisipxdmsettingitem.cpp
changeset 13 b7e70c0792e6
parent 0 c8caa15ef882
equal deleted inserted replaced
12:e6a66db4e9d0 13:b7e70c0792e6
   173 // ---------------------------------------------------------------------------
   173 // ---------------------------------------------------------------------------
   174 // CPSUISipXdmSettingItem::LaunchSettingDlgL()
   174 // CPSUISipXdmSettingItem::LaunchSettingDlgL()
   175 // See header for details.
   175 // See header for details.
   176 // ---------------------------------------------------------------------------
   176 // ---------------------------------------------------------------------------
   177 //
   177 //
   178 void CPSUISipXdmSettingItem::LaunchSettingDlgL( TInt& aIndex, CDesCArray* aArray )
   178 void CPSUISipXdmSettingItem::LaunchSettingDlgL( TInt& /*aIndex*/, CDesCArray* /*aArray*/ )
   179     {
   179     {
   180     CAknRadioButtonSettingPage* dlg = new (ELeave ) CAknRadioButtonSettingPage(
       
   181         R_RADIOBUTTON_SETTING_PAGE, 
       
   182         aIndex, 
       
   183         aArray );
       
   184     CleanupStack::PushL( dlg );
       
   185     dlg->SetSettingTextL( SettingName() );
       
   186     SetSettingPage( dlg );
       
   187     SettingPage()->SetSettingPageObserver( this );
       
   188     CleanupStack::Pop( dlg );  // dlg
       
   189     SettingPage()->ExecuteLD( CAknSettingPage::EUpdateWhenAccepted );
       
   190     SetSettingPage( 0 ); // dlg deleted
       
   191     }
   180     }
   192 
   181 
   193 // End of File
   182 // End of File