satengine/SatServer/inc/CSatCommandHandler.h
changeset 15 d7fc66ccd6fb
parent 13 e32024264ebb
equal deleted inserted replaced
13:e32024264ebb 15:d7fc66ccd6fb
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   181     protected:  // Data
   181     protected:  // Data
   182 
   182 
   183         // Utils interface
   183         // Utils interface
   184         MSatUtils* iUtils;
   184         MSatUtils* iUtils;
   185 
   185 
       
   186         // Indicates that command is pending for UI to launch
       
   187         TBool iWaitingUiLaunch;
       
   188 
   186     private:    // Data
   189     private:    // Data
   187 
   190 
   188         // Requiered attribute for the ECOM framework.
   191         // Requiered attribute for the ECOM framework.
   189         TUid iDtorIDKey;
   192         TUid iDtorIDKey;
   190 
   193 
   193 
   196 
   194         // Timer to get UI Launch notification released before
   197         // Timer to get UI Launch notification released before
   195         // starting to handle pending proactive command.
   198         // starting to handle pending proactive command.
   196         RTimer iDelayTimer;
   199         RTimer iDelayTimer;
   197 
   200 
   198         // Indicates that command is pending for UI to launch
       
   199         TBool iWaitingUiLaunch;
       
   200     };
   201     };
   201 
   202 
   202 #endif      // CSATCOMMANDHANDLER_H
   203 #endif      // CSATCOMMANDHANDLER_H
   203 
   204 
   204 // End of File
   205 // End of File