diff -r 594d59766373 -r 7d48bed6ce0c phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h --- a/phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h Thu Aug 19 10:28:14 2010 +0300 +++ b/phoneclientserver/phoneclient/Inc/UssdWrapper/Ussd_Ext/CPhCltUssdImp.h Tue Aug 31 15:45:17 2010 +0300 @@ -21,12 +21,12 @@ // INCLUDES #include -#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 ); - // Called when the user cancel the wait dialog. - void GlobalWaitNoteDismissedL( TInt aButtonId ); + // Hidden when the user cancel the wait dialog. + void GlobalWaitNoteHidden(); @@ -188,7 +188,7 @@ void EncodeL( const TDesC& aSrc, TDes8& aDes ); // Finds CR character - void CPhCltUssdImp::FindFirstCarriageReturnL( + void FindFirstCarriageReturnL( const TDesC& aBuffer , TUint& aSkipChars , TUint& aStartBit ); @@ -201,8 +201,8 @@ // Wait scheduler used in this class. CActiveSchedulerWait* iWait; - // Pointer to sending error store place. - TInt* iSendError; + // TInt to sending error store place. + TInt iSendError; // Data coding scheme value TUint8 iDCS;