diff -r 9f56a4e1b8ab -r 08e69e956a8c classicui_pub/popups_api/inc/AknPopupSettingPage.h --- a/classicui_pub/popups_api/inc/AknPopupSettingPage.h Mon Mar 15 12:41:34 2010 +0200 +++ b/classicui_pub/popups_api/inc/AknPopupSettingPage.h Wed Mar 31 21:59:52 2010 +0300 @@ -448,7 +448,18 @@ * */ 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: // The objects pointed to or referenced by this is not owned