radioengine/settings/src/cradiosettings.cpp
branchGCC_SURGE
changeset 37 451b2e1545b2
parent 28 075425b8d9a4
equal deleted inserted replaced
26:6bcf277166c1 37:451b2e1545b2
    16 */
    16 */
    17 
    17 
    18 // User includes
    18 // User includes
    19 #include "cradiosettings.h"
    19 #include "cradiosettings.h"
    20 #include "cradiosettingsimp.h"
    20 #include "cradiosettingsimp.h"
       
    21 #include "cradioenginelogger.h"
    21 
    22 
    22 // ======== MEMBER FUNCTIONS ========
    23 // ======== MEMBER FUNCTIONS ========
    23 
    24 
    24 // ---------------------------------------------------------------------------
    25 // ---------------------------------------------------------------------------
    25 //
    26 //
    26 // ---------------------------------------------------------------------------
    27 // ---------------------------------------------------------------------------
    27 //
    28 //
    28 EXPORT_C CRadioSettings* CRadioSettings::NewL( CCoeEnv* aCoeEnv )
    29 EXPORT_C CRadioSettings* CRadioSettings::NewL()
    29 {
    30     {
    30     return CRadioSettingsImp::NewL( aCoeEnv );
    31     LEVEL3( LOG_METHOD_AUTO );
    31 }
    32     return CRadioSettingsImp::NewL();
       
    33     }
    32 
    34 
    33 // ---------------------------------------------------------------------------
    35 // ---------------------------------------------------------------------------
    34 //
    36 //
    35 // ---------------------------------------------------------------------------
    37 // ---------------------------------------------------------------------------
    36 //
    38 //
    37 EXPORT_C CRadioSettings::~CRadioSettings()
    39 EXPORT_C CRadioSettings::~CRadioSettings()
    38 {
    40     {
    39 }
    41     LEVEL3( LOG_METHOD_AUTO );
       
    42     }