diff -r 9f56a4e1b8ab -r 08e69e956a8c classicui_pub/setting_pages_api/inc/AknRadioButtonSettingPage.h --- a/classicui_pub/setting_pages_api/inc/AknRadioButtonSettingPage.h Mon Mar 15 12:41:34 2010 +0200 +++ b/classicui_pub/setting_pages_api/inc/AknRadioButtonSettingPage.h Wed Mar 31 21:59:52 2010 +0300 @@ -194,7 +194,17 @@ */ IMPORT_C virtual void CAknListBoxSettingPage_Reserved_1(); - +protected: + /** + * From MEikCommandObserver + * Processes events from the softkeys. (Or translated from key events) + * + * @param aCommandId Event Id from the soft-key + * + * @since 5.2 + */ + IMPORT_C virtual void ProcessCommandL( TInt aCommandId ); + private: // Back up copy of the selection index TInt iOldSelectionIndex;