hti/HtiFramework/inc/HtiDispatcher.h
branchRCL_3
changeset 12 d27dfa8884ad
parent 7 8a14024f954a
equal deleted inserted replaced
10:381827f66490 12:d27dfa8884ad
   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