phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phonesrv_plat/phone_client_command_handler_api/inc/CPhCltCommandHandler.h	Wed Sep 01 12:15:03 2010 +0100
@@ -22,7 +22,7 @@
 
 //  INCLUDES
 #include <e32base.h>
-#include <phclttypes.h> 
+#include <PhCltTypes.h>
 
 
 // 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;