phoneclientserver/phoneclient/Src/CommandHandler/RPhCltCommandHandler.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 13 e32024264ebb
--- a/phoneclientserver/phoneclient/Src/CommandHandler/RPhCltCommandHandler.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/phoneclientserver/phoneclient/Src/CommandHandler/RPhCltCommandHandler.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -20,10 +20,10 @@
 
 // INCLUDES
 
-#include    "RPhCltCommandHandler.h"
-#include    <RPhCltServer.h>
-#include    <PhCltTypes.h>
-#include    "PhCltClientServer.h"
+#include    "RPhCltCommandHandler.h" 
+#include    <rphcltserver.h> 
+#include    <phclttypes.h> 
+#include    "PhCltClientServer.h" 
 #include    <e32std.h>
 #include    <e32base.h>
 
@@ -90,7 +90,7 @@
 
     // This is Atd function call.
     iComHandParams().iCommandHandlerCommand = EPhCltCommandAtd;
-	iComHandParams().iTelNumber = aTPhCltTelephoneNumber;
+    iComHandParams().iTelNumber = aTPhCltTelephoneNumber;
     SendReceive( 
         EPhoneServerComHandSubSessionAtd, 
         TIpcArgs( &iComHandParams ),