apengine/apsettingshandlerui/src/ApSelectorDialog.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
    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>
    31 
    33 
    32 #include "ApSelectorDialog.h"
    34 #include "ApSelectorDialog.h"
    33 #include "ApSelectorListBoxModel.h"
    35 #include "ApSelectorListBoxModel.h"
    34 #include "ApSelectorListbox.h"
    36 #include "ApSelectorListbox.h"
    35 #include "ApSettingsModel.h"
    37 #include "ApSettingsModel.h"
   431 void CApSelectorDialog::GetHelpContext(TCoeHelpContext& aContext) const
   433 void CApSelectorDialog::GetHelpContext(TCoeHelpContext& aContext) const
   432     {
   434     {
   433     APSETUILOGGER_ENTERFN( EDialog,"SelDIalog::GetHelpContext<->")
   435     APSETUILOGGER_ENTERFN( EDialog,"SelDIalog::GetHelpContext<->")
   434     
   436     
   435     aContext.iMajor = iHandler->iHelpMajor;
   437     aContext.iMajor = iHandler->iHelpMajor;
   436     }
   438     // help no longer available for user, use dummy ID
   437 
   439     aContext.iContext = KSET_HLP_AP_SETTING_GPRS;
   438 
   440     }
   439 
   441 
   440 // ---------------------------------------------------------
   442 
   441 // CApSelectorDialog::HandleApDbEventLw
   443 
       
   444 // ---------------------------------------------------------
       
   445 // CApSelectorDialog::HandleApDbEventL
   442 // called by the active access point framework
   446 // called by the active access point framework
   443 // ---------------------------------------------------------
   447 // ---------------------------------------------------------
   444 //
   448 //
   445 void CApSelectorDialog::HandleApDbEventL( TEvent anEvent )
   449 void CApSelectorDialog::HandleApDbEventL( TEvent anEvent )
   446     {
   450     {