satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h
branchRCL_3
changeset 41 594d59766373
parent 20 586d88ba9aa1
child 43 7d48bed6ce0c
equal deleted inserted replaced
40:c58fd5f0c240 41:594d59766373
   287      * Flag to signal that command has icon data
   287      * Flag to signal that command has icon data
   288      * To be removed when icons are allowed in this command
   288      * To be removed when icons are allowed in this command
   289      */
   289      */
   290     TBool iIconCommand;
   290     TBool iIconCommand;
   291 
   291 
       
   292     /**
       
   293      * Indicates whether the result of sending USSD is displayed
       
   294      */
       
   295     TBool iIsSatDisplayUssdResult;
   292     };
   296     };
   293 
   297 
   294 #endif      // CSENDUSSDHANDLER_H
   298 #endif      // CSENDUSSDHANDLER_H
   295 
   299