hti/HtiFramework/inc/HtiDispatcher.h
changeset 26 4fde310f06fe
parent 13 33016869e0dd
equal deleted inserted replaced
21:f5d4820de50d 26:4fde310f06fe
   478     /**
   478     /**
   479      * Delay a period and reconnect when connection lost.
   479      * Delay a period and reconnect when connection lost.
   480      * If the period is 0, reconnect would not happen.
   480      * If the period is 0, reconnect would not happen.
   481      */
   481      */
   482     TInt iReconnectDelay;
   482     TInt iReconnectDelay;
       
   483     
       
   484     /**
       
   485      * Indicates reboot reason.
       
   486      * Reason type is defined in enum RStarterSession::TResetReason value in starterclient.h
       
   487      */
       
   488     TInt iRebootReason;
   483     };
   489     };
   484 
   490 
   485 
   491 
   486 #endif
   492 #endif