photosgallery/viewframework/medialists/inc/glxmedialist.h
branchRCL_3
changeset 35 420f6808bf21
parent 18 bcb43dc84c44
child 56 b023a8d2866a
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
   400     
   400     
   401     /**
   401     /**
   402      * Handles the tasks after open completes
   402      * Handles the tasks after open completes
   403      */
   403      */
   404     void HandleOpenL();
   404     void HandleOpenL();
       
   405     
       
   406     /*
       
   407      * Reopens Medialist after callback timeout.
       
   408      */
       
   409     static TInt TimeOut(TAny* aSelf);
   405 
   410 
   406 private:
   411 private:
   407     /** 
   412     /** 
   408      * Enumeration to indicate pending sync status
   413      * Enumeration to indicate pending sync status
   409      */ 
   414      */ 
   510     /// Array of attributes to be invalidated when items are added or removed
   515     /// Array of attributes to be invalidated when items are added or removed
   511     RArray<TMPXAttribute> iCountAttributes;
   516     RArray<TMPXAttribute> iCountAttributes;
   512     
   517     
   513     /// VisibleWindow Index 
   518     /// VisibleWindow Index 
   514     TInt iVisibleWindowIndex;
   519     TInt iVisibleWindowIndex;
       
   520     
       
   521     /// Periodic Timer
       
   522     CPeriodic* iBatchOperationMonitorTimer;
       
   523     
   515     };
   524     };
   516 
   525 
   517 #endif // C_GLXMEDIALIST_H
   526 #endif // C_GLXMEDIALIST_H