apengine/apsettingshandlerui/src/ApSelectorDialog.cpp
changeset 31 c16e04725da3
parent 0 5a93021fdf25
child 41 bbb64eb3bdee
equal deleted inserted replaced
30:8dde790cab74 31:c16e04725da3
    26 
    26 
    27 #include <ApListItem.h>
    27 #include <ApListItem.h>
    28 #include <ApSetUI.rsg>
    28 #include <ApSetUI.rsg>
    29 
    29 
    30 #include <featmgr.h>
    30 #include <featmgr.h>
    31 
       
    32 #include <csxhelp/cp.hlp.hrh>
       
    33 
    31 
    34 #include "ApSelectorDialog.h"
    32 #include "ApSelectorDialog.h"
    35 #include "ApSelectorListBoxModel.h"
    33 #include "ApSelectorListBoxModel.h"
    36 #include "ApSelectorListbox.h"
    34 #include "ApSelectorListbox.h"
    37 #include "ApSettingsModel.h"
    35 #include "ApSettingsModel.h"
   433 void CApSelectorDialog::GetHelpContext(TCoeHelpContext& aContext) const
   431 void CApSelectorDialog::GetHelpContext(TCoeHelpContext& aContext) const
   434     {
   432     {
   435     APSETUILOGGER_ENTERFN( EDialog,"SelDIalog::GetHelpContext<->")
   433     APSETUILOGGER_ENTERFN( EDialog,"SelDIalog::GetHelpContext<->")
   436     
   434     
   437     aContext.iMajor = iHandler->iHelpMajor;
   435     aContext.iMajor = iHandler->iHelpMajor;
   438     // help no longer available for user, use dummy ID
   436     }
   439     aContext.iContext = KSET_HLP_AP_SETTING_GPRS;
   437 
   440     }
   438 
   441 
   439 
   442 
   440 // ---------------------------------------------------------
   443 
   441 // CApSelectorDialog::HandleApDbEventLw
   444 // ---------------------------------------------------------
       
   445 // CApSelectorDialog::HandleApDbEventL
       
   446 // called by the active access point framework
   442 // called by the active access point framework
   447 // ---------------------------------------------------------
   443 // ---------------------------------------------------------
   448 //
   444 //
   449 void CApSelectorDialog::HandleApDbEventL( TEvent anEvent )
   445 void CApSelectorDialog::HandleApDbEventL( TEvent anEvent )
   450     {
   446     {