satengine/SatServer/inc/CSatCommandHandler.h
branchRCL_3
changeset 14 71e7b994dff4
parent 10 a19c8664496d
child 43 7d48bed6ce0c
equal deleted inserted replaced
11:ba42c4bd84dd 14:71e7b994dff4
   183     protected:  // Data
   183     protected:  // Data
   184 
   184 
   185         // Utils interface
   185         // Utils interface
   186         MSatUtils* iUtils;
   186         MSatUtils* iUtils;
   187 
   187 
       
   188         // Indicates that command is pending for UI to launch
       
   189         TBool iWaitingUiLaunch;
       
   190 
   188     private:    // Data
   191     private:    // Data
   189 
   192 
   190         // Requiered attribute for the ECOM framework.
   193         // Requiered attribute for the ECOM framework.
   191         TUid iDtorIDKey;
   194         TUid iDtorIDKey;
   192 
   195 
   195 
   198 
   196         // Timer to get UI Launch notification released before
   199         // Timer to get UI Launch notification released before
   197         // starting to handle pending proactive command.
   200         // starting to handle pending proactive command.
   198         RTimer iDelayTimer;
   201         RTimer iDelayTimer;
   199 
   202 
   200         // Indicates that command is pending for UI to launch
       
   201         TBool iWaitingUiLaunch;
       
   202     };
   203     };
   203 
   204 
   204 #endif      // CSATCOMMANDHANDLER_H
   205 #endif      // CSATCOMMANDHANDLER_H
   205 
   206 
   206 // End of File
   207 // End of File