satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 18 594d59766373
child 20 987c9837762f
--- a/satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/satengine/SatServer/Commands/SendUSSDCmd/inc/CSendUssdHandler.h	Tue Aug 31 15:45:17 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2002-2007 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,13 +140,6 @@
         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
@@ -289,10 +282,6 @@
      */
     TBool iIconCommand;
 
-    /**
-     * Indicates whether the result of sending USSD is displayed
-     */
-    TBool iIsSatDisplayUssdResult;
     };
 
 #endif      // CSENDUSSDHANDLER_H