satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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".
   138         TDes& aReceiveMessage,
   138         TDes& aReceiveMessage,
   139         TBool& aSendCompletedFirst,
   139         TBool& aSendCompletedFirst,
   140         TUint8& aReceivedDcs );
   140         TUint8& aReceivedDcs );
   141 
   141 
   142     /**
   142     /**
       
   143      * Show the ussd response note.
       
   144      *
       
   145      * @param aText The USSD response string to be shown.
       
   146      */
       
   147     void ShowUssdResponseNoteL( const TDesC& aText );
       
   148 
       
   149     /**
   143      * Handles the result of Ussd sending
   150      * Handles the result of Ussd sending
   144      *
   151      *
   145      * @param aError Result of Ussd sending
   152      * @param aError Result of Ussd sending
   146      */
   153      */
   147     void HandleSendUssdResult( TInt aError );
   154     void HandleSendUssdResult( TInt aError );
   280      * Flag to signal that command has icon data
   287      * Flag to signal that command has icon data
   281      * To be removed when icons are allowed in this command
   288      * To be removed when icons are allowed in this command
   282      */
   289      */
   283     TBool iIconCommand;
   290     TBool iIconCommand;
   284 
   291 
       
   292     /**
       
   293      * Indicates whether the result of sending USSD is displayed
       
   294      */
       
   295     TBool iIsSatDisplayUssdResult;
   285     };
   296     };
   286 
   297 
   287 #endif      // CSENDUSSDHANDLER_H
   298 #endif      // CSENDUSSDHANDLER_H
   288 
   299