mobilemessaging/postcard/postcardsrc/PostcardAppUi.cpp
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
equal deleted inserted replaced
1:d09ac5c1e252 2:0bf1d54f37d9
  1771 // ---------------------------------------------------------
  1771 // ---------------------------------------------------------
  1772 // DoDelayedExit
  1772 // DoDelayedExit
  1773 // ---------------------------------------------------------
  1773 // ---------------------------------------------------------
  1774 void CPostcardAppUi::DoDelayedExit( TInt aDelayTime )
  1774 void CPostcardAppUi::DoDelayedExit( TInt aDelayTime )
  1775     {
  1775     {
  1776     if ( !iIdle )
  1776     // Coverty fix , Forward NULL http://ousrv057/cov.cgi?cid=36248    
  1777         {
  1777     if ( iIdle )
  1778         
  1778         {
  1779         }
  1779         iIdle->Cancel();
  1780     iIdle->Cancel();
  1780    		iIdle->Start( aDelayTime,
  1781     iIdle->Start( aDelayTime,
       
  1782                   aDelayTime, 
  1781                   aDelayTime, 
  1783                   TCallBack( DelayedExit, this ));
  1782                   TCallBack( DelayedExit, this ));
       
  1783         }
  1784     }
  1784     }
  1785 
  1785 
  1786 // ---------------------------------------------------------
  1786 // ---------------------------------------------------------
  1787 // DelayedExit
  1787 // DelayedExit
  1788 // ---------------------------------------------------------
  1788 // ---------------------------------------------------------