satengine/SatServer/inc/CSatCommandHandler.h
changeset 15 d7fc66ccd6fb
parent 13 e32024264ebb
--- a/satengine/SatServer/inc/CSatCommandHandler.h	Fri Apr 16 15:31:58 2010 +0300
+++ b/satengine/SatServer/inc/CSatCommandHandler.h	Mon May 03 13:01:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -183,6 +183,9 @@
         // Utils interface
         MSatUtils* iUtils;
 
+        // Indicates that command is pending for UI to launch
+        TBool iWaitingUiLaunch;
+
     private:    // Data
 
         // Requiered attribute for the ECOM framework.
@@ -195,8 +198,6 @@
         // starting to handle pending proactive command.
         RTimer iDelayTimer;
 
-        // Indicates that command is pending for UI to launch
-        TBool iWaitingUiLaunch;
     };
 
 #endif      // CSATCOMMANDHANDLER_H