src/screensaverctrlmovingtext.cpp
branchRCL_3
changeset 15 2e08ef6b6eda
parent 11 4784a3bc2236
child 16 1f307dce3b5a
equal deleted inserted replaced
14:d8eca2b0590d 15:2e08ef6b6eda
    13 *
    13 *
    14 * Description:   Implementation of screensaver moving text display class.
    14 * Description:   Implementation of screensaver moving text display class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 #ifdef USE_DATE_AND_TEXT
    19 
    19 
    20 #include <e32def.h>
    20 #include <e32def.h>
    21 #include <eikdef.h>
    21 #include <eikdef.h>
    22 #include <AknUtils.h>
    22 #include <AknUtils.h>
    23 #include <e32math.h>
    23 #include <e32math.h>
   585     
   585     
   586     SCRLOGGER_WRITEF( _L("SCR: BarRefreshTimer->Start(%d, %d, HandleRefreshTimerExpiry)"),
   586     SCRLOGGER_WRITEF( _L("SCR: BarRefreshTimer->Start(%d, %d, HandleRefreshTimerExpiry)"),
   587         initialRefreshRate, KRefreshRate );
   587         initialRefreshRate, KRefreshRate );
   588     }
   588     }
   589 
   589 
       
   590 #endif //USE_DATE_AND_TEXT
   590 // End of file.
   591 // End of file.