internetradio2.0/settingsviewsrc/irsettingsviewbase.cpp
changeset 2 2e1adbfc62af
parent 0 09774dfdd46b
equal deleted inserted replaced
0:09774dfdd46b 2:2e1adbfc62af
    24 #include <bautils.h>
    24 #include <bautils.h>
    25 #include "ir.hrh"
    25 #include "ir.hrh"
    26 #include "ircommonsettingscontainer.h"
    26 #include "ircommonsettingscontainer.h"
    27 #include "irsettingsviewbase.h"
    27 #include "irsettingsviewbase.h"
    28 #include "irdebug.h"
    28 #include "irdebug.h"
    29 #include <internetradio.rsg>
       
    30 #include <aknappui.h>
    29 #include <aknappui.h>
    31 #include <akntitle.h> 
    30 #include <akntitle.h> 
    32 
    31 
    33 
    32 
    34 
    33 
    58 EXPORT_C void CIRSettingsViewBase::BaseConstructL()
    57 EXPORT_C void CIRSettingsViewBase::BaseConstructL()
    59     {
    58     {
    60     IRLOG_DEBUG( "CIRSettingsViewBase::BaseConstructL - Entering " );
    59     IRLOG_DEBUG( "CIRSettingsViewBase::BaseConstructL - Entering " );
    61     FeatureManager::InitializeLibL();
    60     FeatureManager::InitializeLibL();
    62     LoadResourcesL( iSettingsBaseResourceLoader, KIRSettingsViewResourceFile );
    61     LoadResourcesL( iSettingsBaseResourceLoader, KIRSettingsViewResourceFile );
    63     CAknView::BaseConstructL( R_IR_SETTINGSVIEW );
       
    64     IRLOG_DEBUG( "CIRSettingsViewBase::BaseConstructL - Exiting " );
    62     IRLOG_DEBUG( "CIRSettingsViewBase::BaseConstructL - Exiting " );
    65     }
    63     }
    66 
    64 
    67 // ---------------------------------------------------------------------------
    65 // ---------------------------------------------------------------------------
    68 // Destructor
    66 // Destructor