idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewstickeradapter.cpp
branchRCL_3
changeset 11 ff572dfe6d86
parent 2 08c6ee43b396
child 23 7be2816dbabd
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    19 #include <utf.h>
    19 #include <utf.h>
    20 #include <AknsUtils.h>
    20 #include <AknsUtils.h>
    21 #include <AknUtils.h>
    21 #include <AknUtils.h>
    22 #include <AknMarqueeControl.h>
    22 #include <AknMarqueeControl.h>
    23 #include <AknBidiTextUtils.h>
    23 #include <AknBidiTextUtils.h>
       
    24 #include <debug.h>
    24 
    25 
    25 // User includes
    26 // User includes
    26 #include "xnviewnodeimpl.h"
    27 #include "xnviewnodeimpl.h"
    27 #include "xndompropertyvalue.h"
    28 #include "xndompropertyvalue.h"
    28 #include "xndomlist.h"
    29 #include "xndomlist.h"
   682 // CXnNewstickerAdapter::PeriodicEventL
   683 // CXnNewstickerAdapter::PeriodicEventL
   683 // -----------------------------------------------------------------------------
   684 // -----------------------------------------------------------------------------
   684 //
   685 //
   685 TInt CXnNewstickerAdapter::PeriodicEventL( TAny* aPtr )
   686 TInt CXnNewstickerAdapter::PeriodicEventL( TAny* aPtr )
   686     {
   687     {
       
   688     __PRINTS( "CXnNewstickerAdapter::PeriodicEventL, timer runs" );
   687     CXnNewstickerAdapter* self = static_cast< CXnNewstickerAdapter* >( aPtr );
   689     CXnNewstickerAdapter* self = static_cast< CXnNewstickerAdapter* >( aPtr );
   688     self->DoScroll();
   690     self->DoScroll();
   689   
   691   
   690     return KErrNone;
   692     return KErrNone;
   691     }
   693     }