diff -r 594d59766373 -r 7d48bed6ce0c phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h --- a/phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h Thu Aug 19 10:28:14 2010 +0300 +++ b/phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h Tue Aug 31 15:45:17 2010 +0300 @@ -22,7 +22,7 @@ // INCLUDES #include -#include +#include // FORWARD DECLARATIONS @@ -131,8 +131,8 @@ TPhCltComHandCommand iCommandHandlerCommand; // Dial command parameter. - TPhCltTelephoneNumber iTelNumber; - + TPhCltTelephoneNumber iTelNumber; + // Chld command parameter. TPhCltChldCommand iChldCommand; // Chld command parameter. @@ -182,7 +182,7 @@ * KErrNone if successful, Symbian error code otherwise. * @param aTelephoneNumber The dial information. */ - IMPORT_C virtual void Atd( + IMPORT_C virtual void Atd( TRequestStatus& aStatus, const TPhCltTelephoneNumber& aTelephoneNumber ) = 0;