phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h	Wed Sep 01 12:15:03 2010 +0100
@@ -21,12 +21,12 @@
 
 //  INCLUDES
 #include <e32base.h>
-#include "mphcltussdrequesthandler.h" 
-#include "mphcltussdnotecontrollercallback.h" 
+#include "MPhCltUssdRequestHandler.h"
+#include "MPhCltUssdNoteControllerCallBack.h"
 #include "rphcltussd.h"
 
-#include "rphcltserver.h" 
-#include "cphcltussdint.h" 
+#include "RPhCltServer.h"
+#include "CPhCltUssdInt.h"
 
 
 // FORWARD DECLARATIONS
@@ -171,8 +171,8 @@
         // Called when send completes.
         void HandleSendEventL( const TInt aError );
 
-        // Hidden when the user cancel the wait dialog.
-        void GlobalWaitNoteHidden();
+        // Called when the user cancel the wait dialog.
+        void GlobalWaitNoteDismissedL( TInt aButtonId );
         
         
 
@@ -188,7 +188,7 @@
         void EncodeL( const TDesC& aSrc, TDes8& aDes );
         
         // Finds CR character        
-        void FindFirstCarriageReturnL( 
+        void CPhCltUssdImp::FindFirstCarriageReturnL( 
         const TDesC& aBuffer ,
         TUint& aSkipChars , 
         TUint& aStartBit );
@@ -201,8 +201,8 @@
         // Wait scheduler used in this class. 
         CActiveSchedulerWait* iWait;
 
-        // TInt to sending error store place.
-        TInt iSendError;
+        // Pointer to sending error store place.
+        TInt* iSendError;
         
         // Data coding scheme value
         TUint8 iDCS;