diff -r 381827f66490 -r d27dfa8884ad hti/HtiFramework/inc/HtiDispatcher.h --- a/hti/HtiFramework/inc/HtiDispatcher.h Tue Apr 27 18:14:33 2010 +0300 +++ b/hti/HtiFramework/inc/HtiDispatcher.h Tue May 11 17:39:09 2010 +0300 @@ -480,6 +480,12 @@ * If the period is 0, reconnect would not happen. */ TInt iReconnectDelay; + + /** + * Indicates reboot reason. + * Reason type is defined in enum RStarterSession::TResetReason value in starterclient.h + */ + TInt iRebootReason; };