diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h Fri Mar 12 15:41:49 2010 +0200 @@ -175,7 +175,12 @@ void ReadWallpaperFromCenrepL(); void UpdateScreen(); void DrawEditModeBackgroundSkin() const; - + + /** + * Callback function to be used with CPeriodic. + */ + static TInt TimerCallback( TAny *aPtr ); + private: // data /** @@ -248,6 +253,12 @@ */ HBufC* iBgImagePath; + /** + * Periodic timer. + * Own. + */ + CPeriodic* iTimer; + }; #endif // CXNBACKGROUNDMANAGER_H