coreapplicationuis/SysAp/Src/SysApEtelSmsStoreObserver.cpp
changeset 51 50b444048a8d
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
46:eea20ed08f4b 51:50b444048a8d
   209             info.iUsedEntries, info.iTotalEntries ) );
   209             info.iUsedEntries, info.iTotalEntries ) );
   210 
   210 
   211         if ( info.iTotalEntries > 0 && info.iUsedEntries >= info.iTotalEntries )
   211         if ( info.iTotalEntries > 0 && info.iUsedEntries >= info.iTotalEntries )
   212             {
   212             {
   213             // Blink the Envelope indicator
   213             // Blink the Envelope indicator
   214             iObserver.iSysApAppUi.SetIndicatorStateL(
   214 /*            iObserver.iSysApAppUi.SetIndicatorStateL(
   215                 EAknIndicatorEnvelope, EAknIndicatorStateAnimate );
   215                 EAknIndicatorEnvelope, EAknIndicatorStateAnimate );
   216             iObserver.iStoreFull = ETrue;
   216             iObserver.iStoreFull = ETrue;
   217             }
   217 */            }
   218         }
   218         }
   219 
   219 
   220     TRACES( RDebug::Print(
   220     TRACES( RDebug::Print(
   221         _L( "CSysApEtelSmsStoreObserver::CStoreStatusReader::RunL - err:%d full:%d" ),
   221         _L( "CSysApEtelSmsStoreObserver::CStoreStatusReader::RunL - err:%d full:%d" ),
   222         err, iObserver.iStoreFull ) );
   222         err, iObserver.iStoreFull ) );