phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h	Tue Aug 31 15:45:17 2010 +0300
@@ -22,7 +22,7 @@
 
 // INCLUDES
 #include <e32base.h>
-#include <cphcltextphonedialdata.h>
+#include <cphcltextphonedialdata.h> 
 
 // CONSTANTS
 
@@ -100,7 +100,7 @@
         * @return The call arguments.
         */
          CPhCltExtPhoneDialData& CallArguments() const;
-	
+    
         /**
         * Update Emergency call status
         * @param aMessage The outstanding client request which will be completed
@@ -146,7 +146,7 @@
         // The object responsible for processing external client call requests. 
         // This is essentially an interface to the phone app engine.
         
-		CPhCltExtPhoneDialData* iCallArguments;
+        CPhCltExtPhoneDialData* iCallArguments;
 
         // A handle to the subsession that initiated this request.
         TInt            iSubSessionHandle;