photosgallery/gallery/inc/glxappui.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
child 13 71da52165949
--- a/photosgallery/gallery/inc/glxappui.h	Thu Jan 07 12:46:23 2010 +0200
+++ b/photosgallery/gallery/inc/glxappui.h	Mon Jan 18 20:19:20 2010 +0200
@@ -62,6 +62,10 @@
     //OOM Method
     void HandleApplicationSpecificEventL(TInt aEventType, const TWsEvent& aWsEvent);
 
+    // Callback for periodic timer, static, 
+    static TInt PeriodicCallback( TAny* aPtr );
+    //nonstatic func called from periodic timer
+    void PeriodicCallback();
 
 private:    // From CEikAppUi
     MCoeMessageObserver::TMessageResponse HandleMessageL(
@@ -213,7 +217,11 @@
     */
     TBool iEndKeyPressed;
 
-};
+    /**
+     *Timer to check for IAD updates 30 seconds after application startup.
+     */
+     CPeriodic* iPeriodic ;
+} ;
 
 
 #endif // C_GLXWERAPPUI_H