photosgallery/viewframework/medialists/inc/glxmedialist.h
branchRCL_3
changeset 35 420f6808bf21
parent 18 bcb43dc84c44
child 56 b023a8d2866a
--- a/photosgallery/viewframework/medialists/inc/glxmedialist.h	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/viewframework/medialists/inc/glxmedialist.h	Wed Jun 09 09:41:51 2010 +0300
@@ -402,6 +402,11 @@
      * Handles the tasks after open completes
      */
     void HandleOpenL();
+    
+    /*
+     * Reopens Medialist after callback timeout.
+     */
+    static TInt TimeOut(TAny* aSelf);
 
 private:
     /** 
@@ -512,6 +517,10 @@
     
     /// VisibleWindow Index 
     TInt iVisibleWindowIndex;
+    
+    /// Periodic Timer
+    CPeriodic* iBatchOperationMonitorTimer;
+    
     };
 
 #endif // C_GLXMEDIALIST_H