imagehandlingutilities/thumbnailmanager/thumbnailclient/inc/thumbnailrequestactive.h
branchRCL_3
changeset 9 dea39715fc05
parent 1 235a7fc86938
child 10 ee674526fac5
equal deleted inserted replaced
8:7403edfcf0fb 9:dea39715fc05
   439     
   439     
   440     // request timeout timer
   440     // request timeout timer
   441     CPeriodic* iTimer;
   441     CPeriodic* iTimer;
   442     TInt iStartError;
   442     TInt iStartError;
   443     
   443     
       
   444     // request already canceled by client
       
   445     TBool iCanceled;
       
   446     
   444 #ifdef _DEBUG
   447 #ifdef _DEBUG
   445     TTime iStartExecTime;
   448     TTime iStartExecTime;
   446 #endif
   449 #endif
   447 };
   450 };
   448 
   451