phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h	Tue Aug 31 15:45:17 2010 +0300
+++ b/phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h	Wed Sep 01 12:15:03 2010 +0100
@@ -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;