satengine/satserver/Commands/SendUSSDCmd/inc/CSendUssdHandler.h
changeset 48 78df25012fda
parent 33 8d5d7fcf9b59
--- a/satengine/satserver/Commands/SendUSSDCmd/inc/CSendUssdHandler.h	Fri Sep 03 13:59:20 2010 +0300
+++ b/satengine/satserver/Commands/SendUSSDCmd/inc/CSendUssdHandler.h	Fri Sep 17 17:09:13 2010 +0300
@@ -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
@@ -161,18 +168,16 @@
     void SendTerminalResponse();
 
     /**
-     * Check validity of a given Data Coding Cheme (Dcs).
-     *
-     * @param aDcs Data Coding Cheme to be validated.
-     * @return TBool indicating Dcs validity.
-     */
-    TBool DcsValid( const TUint8 aDcs ) const;
-
-    /**
      * Checks is the command transparent or not
      *
      */
     TBool TransparentUssdSending();
+    
+    /**
+     * Check whether the ussd sending result is displayed
+     * @return 1 indicating the result is displayed
+     */
+    TInt SatDisplayUssdResultL();
 
 private: // data
 
@@ -282,6 +287,10 @@
      */
     TBool iIconCommand;
 
+    /**
+     * Indicates whether the result of sending USSD is displayed
+     */
+    TBool iIsSatDisplayUssdResult;
     };
 
 #endif      // CSENDUSSDHANDLER_H