classicui_pub/setting_pages_api/inc/AknRadioButtonSettingPage.h
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
--- 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;