uifw/AvKon/src/AknPopupSettingPage.cpp
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 23 3d340a0166ff
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   818 */
   818 */
   819 EXPORT_C void CAknPopupSettingPage::CAknListBoxSettingPage_Reserved_1()
   819 EXPORT_C void CAknPopupSettingPage::CAknListBoxSettingPage_Reserved_1()
   820 	{
   820 	{
   821 	}
   821 	}
   822 
   822 
       
   823 //---------------------------------------------------------------------------------------
       
   824 // CAknPopupSettingPage::ProcessCommandL()
       
   825 // Processes events from the softkeys. (Or translated from key events)
       
   826 //---------------------------------------------------------------------------------------
       
   827 //
       
   828 EXPORT_C void CAknPopupSettingPage::ProcessCommandL( TInt aCommandId )
       
   829     {
       
   830     if ( !EnableSingleClickHighlight( aCommandId ) )
       
   831         {
       
   832         // no single click mode was enabled, just call the base class method
       
   833         CAknSettingPage::ProcessCommandL( aCommandId );
       
   834         }
       
   835     }
       
   836 
   823 // End of File
   837 // End of File