omadm/omadmappui/src/NSmlDMFotaSettingsDialog.cpp
branchRCL_3
changeset 23 c4687ff85147
parent 0 3ce708148e4d
equal deleted inserted replaced
22:9360ca28b668 23:c4687ff85147
    26 #include "NSmlDMSyncDocument.h"
    26 #include "NSmlDMSyncDocument.h"
    27 #include "NSmlDMSyncAppUi.h"
    27 #include "NSmlDMSyncAppUi.h"
    28 #include "NSmlDMFotaSettingsDialog.h"
    28 #include "NSmlDMFotaSettingsDialog.h"
    29 #include "NSmlDMFotaModel.h"
    29 #include "NSmlDMFotaModel.h"
    30 #include "NSmlDMSyncUi.hrh"
    30 #include "NSmlDMSyncUi.hrh"
    31 #include <NSmlDMSync.rsg>
    31 #include <nsmldmsync.rsg>
    32 #include <featmgr.h>
    32 #include <featmgr.h>
    33 #include "nsmldmsyncinternalpskeys.h" 
    33 #include "nsmldmsyncinternalpskeys.h" 
    34 
    34 
    35 #include <hlplch.h>
    35 #include <hlplch.h>
    36 #include <csxhelp/dm.hlp.hrh>
    36 #include <csxhelp/dm.hlp.hrh>
   373 // Symbian 2nd phase constructor can leave.
   373 // Symbian 2nd phase constructor can leave.
   374 // -----------------------------------------------------------------------------
   374 // -----------------------------------------------------------------------------
   375 //
   375 //
   376 void CNSmlDMFotaSettingsDialog::ConstructL()
   376 void CNSmlDMFotaSettingsDialog::ConstructL()
   377     {
   377     {
   378     CAknDialog::ConstructL( R_SETTINGS_PROFILEMENU );
   378     CAknDialog::ConstructL( R_SETTINGS_FOTAMENU );
   379 
   379 
   380     iDocument = (CNSmlDMSyncDocument*) iAvkonAppUi->Document();
   380     iDocument = (CNSmlDMSyncDocument*) iAvkonAppUi->Document();
   381     
   381     
   382     CEikStatusPane* statusPane = iAvkonAppUi->StatusPane();
   382     CEikStatusPane* statusPane = iAvkonAppUi->StatusPane();
   383     if ( statusPane && statusPane->PaneCapabilities( TUid::Uid(EEikStatusPaneUidTitle) ).IsPresent() )
   383     if ( statusPane && statusPane->PaneCapabilities( TUid::Uid(EEikStatusPaneUidTitle) ).IsPresent() )