photosgallery/viewframework/medialists/inc/glxmedialist.h
branchRCL_3
changeset 23 b023a8d2866a
parent 19 420f6808bf21
equal deleted inserted replaced
21:f9e827349359 23:b023a8d2866a
   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);
       
   410 
   405 
   411 private:
   406 private:
   412     /** 
   407     /** 
   413      * Enumeration to indicate pending sync status
   408      * Enumeration to indicate pending sync status
   414      */ 
   409      */ 
   515     /// Array of attributes to be invalidated when items are added or removed
   510     /// Array of attributes to be invalidated when items are added or removed
   516     RArray<TMPXAttribute> iCountAttributes;
   511     RArray<TMPXAttribute> iCountAttributes;
   517     
   512     
   518     /// VisibleWindow Index 
   513     /// VisibleWindow Index 
   519     TInt iVisibleWindowIndex;
   514     TInt iVisibleWindowIndex;
   520     
       
   521     /// Periodic Timer
       
   522     CPeriodic* iBatchOperationMonitorTimer;
       
   523     
       
   524     };
   515     };
   525 
   516 
   526 #endif // C_GLXMEDIALIST_H
   517 #endif // C_GLXMEDIALIST_H