messagingappbase/mcesettings/src/MceSettingsUtils.cpp
branchRCL_3
changeset 17 caea42e26caa
parent 0 72b543305e3a
equal deleted inserted replaced
9:1d7827e39b52 17:caea42e26caa
    49 // mce/settings
    49 // mce/settings
    50 // ---------------------------------------------------------
    50 // ---------------------------------------------------------
    51 //
    51 //
    52 TBool MceSettingsUtils::MemoryInUseOptionL( )
    52 TBool MceSettingsUtils::MemoryInUseOptionL( )
    53     {
    53     {
       
    54 #ifdef RD_HIDE_MEMORY_IN_USE
       
    55     return EFalse;
       
    56 #endif // RD_HIDE_MEMORY_IN_USE
    54     TBool memoryInUse = ETrue;
    57     TBool memoryInUse = ETrue;
    55     if ( FeatureManager::FeatureSupported( KFeatureIdMmc ) )
    58     if ( FeatureManager::FeatureSupported( KFeatureIdMmc ) )
    56         {        
    59         {        
    57         if ( FeatureManager::FeatureSupported( KFeatureIdMmcHotswap ) )
    60         if ( FeatureManager::FeatureSupported( KFeatureIdMmcHotswap ) )
    58             {
    61             {