satengine/SatServer/inc/CSatCommandHandler.h
branchRCL_3
changeset 9 71e7b994dff4
parent 7 a19c8664496d
child 19 7d48bed6ce0c
--- a/satengine/SatServer/inc/CSatCommandHandler.h	Wed Apr 14 16:32:24 2010 +0300
+++ b/satengine/SatServer/inc/CSatCommandHandler.h	Tue Apr 27 17:13:17 2010 +0300
@@ -185,6 +185,9 @@
         // Utils interface
         MSatUtils* iUtils;
 
+        // Indicates that command is pending for UI to launch
+        TBool iWaitingUiLaunch;
+
     private:    // Data
 
         // Requiered attribute for the ECOM framework.
@@ -197,8 +200,6 @@
         // starting to handle pending proactive command.
         RTimer iDelayTimer;
 
-        // Indicates that command is pending for UI to launch
-        TBool iWaitingUiLaunch;
     };
 
 #endif      // CSATCOMMANDHANDLER_H