diff -r 7d48bed6ce0c -r 987c9837762f satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h --- a/satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h Tue Aug 31 15:45:17 2010 +0300 +++ b/satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h Wed Sep 01 12:15:03 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -140,6 +140,13 @@ TUint8& aReceivedDcs ); /** + * Show the ussd response note. + * + * @param aText The USSD response string to be shown. + */ + void ShowUssdResponseNoteL( const TDesC& aText ); + + /** * Handles the result of Ussd sending * * @param aError Result of Ussd sending @@ -282,6 +289,10 @@ */ TBool iIconCommand; + /** + * Indicates whether the result of sending USSD is displayed + */ + TBool iIsSatDisplayUssdResult; }; #endif // CSENDUSSDHANDLER_H