satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h
branchRCL_3
changeset 11 586d88ba9aa1
parent 0 ff3b6d0fd310
child 18 594d59766373
equal deleted inserted replaced
9:71e7b994dff4 11:586d88ba9aa1
     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 );