diff -r f5d4820de50d -r 4fde310f06fe hti/HtiFramework/inc/HtiDispatcher.h --- a/hti/HtiFramework/inc/HtiDispatcher.h Tue May 25 18:01:01 2010 +0300 +++ b/hti/HtiFramework/inc/HtiDispatcher.h Mon Jun 14 11:37:33 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; };