messagingappbase/mce/src/MceUtils.cpp
branchRCL_3
changeset 17 caea42e26caa
parent 0 72b543305e3a
equal deleted inserted replaced
9:1d7827e39b52 17:caea42e26caa
   155 // mce/settings
   155 // mce/settings
   156 // ---------------------------------------------------------
   156 // ---------------------------------------------------------
   157 //
   157 //
   158 TBool MceUtils::MemoryInUseOptionL( )
   158 TBool MceUtils::MemoryInUseOptionL( )
   159     {
   159     {
       
   160 #ifdef RD_HIDE_MEMORY_IN_USE
       
   161     return EFalse;
       
   162 #endif // RD_HIDE_MEMORY_IN_USE
   160     TBool memoryInUse = ETrue;
   163     TBool memoryInUse = ETrue;
   161     if ( FeatureManager::FeatureSupported( KFeatureIdMmc ) )
   164     if ( FeatureManager::FeatureSupported( KFeatureIdMmc ) )
   162         {        
   165         {        
   163         if ( FeatureManager::FeatureSupported( KFeatureIdMmcHotswap) )
   166         if ( FeatureManager::FeatureSupported( KFeatureIdMmcHotswap) )
   164             {
   167             {