imagehandlingutilities/thumbnailmanager/thumbnailserver/inc/thumbnailstore.h
changeset 19 b790c5b3d11f
parent 17 ffa62e555b02
child 30 b67379558a75
equal deleted inserted replaced
17:ffa62e555b02 19:b790c5b3d11f
   644 
   644 
   645     /**
   645     /**
   646      * Measure time spend in flush
   646      * Measure time spend in flush
   647      */
   647      */
   648     TTime iStartFlush, iStopFlush;
   648     TTime iStartFlush, iStopFlush;
       
   649 	/**
       
   650      * How long previous flush took ms
       
   651      */
       
   652     TInt iPreviousFlushDelay;
   649 
   653 
   650 };
   654 };
   651 // End of File
   655 // End of File
   652 
   656 
   653 
   657