diff -r 7d48bed6ce0c -r 987c9837762f phoneclientserver/phoneserver/Inc/Standard/Standard_Aiw/CPhSrvCallRequest.h --- 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 -#include +#include // 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;