hti/HtiFramework/inc/HtiDispatcher.h
changeset 17 67c6ff54ec25
parent 13 33016869e0dd
--- a/hti/HtiFramework/inc/HtiDispatcher.h	Mon May 03 13:58:41 2010 +0300
+++ b/hti/HtiFramework/inc/HtiDispatcher.h	Fri May 14 17:25:03 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;
     };