imagehandlingutilities/thumbnailmanager/thumbnailclient/inc/thumbnailrequestactive.h
branchRCL_3
changeset 28 ff2fb7658ff7
parent 21 ad31f4183ddc
child 30 b67379558a75
equal deleted inserted replaced
24:f0aa341a25bf 28:ff2fb7658ff7
   469     TInt iStartError;
   469     TInt iStartError;
   470     
   470     
   471     // request already canceled by client
   471     // request already canceled by client
   472     TBool iCanceled;
   472     TBool iCanceled;
   473     
   473     
       
   474 #ifdef __RETRY_ON_SERVERCRASH
       
   475     //request retry count
       
   476     TUint iRetry;
       
   477 #endif
       
   478     
   474 #ifdef _DEBUG
   479 #ifdef _DEBUG
   475     TTime iStartExecTime;
   480     TTime iStartExecTime;
   476 #endif
   481 #endif
   477 };
   482 };
   478 
   483