diff -r 7d48bed6ce0c -r 987c9837762f phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h --- a/phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h Tue Aug 31 15:45:17 2010 +0300 +++ b/phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h Wed Sep 01 12:15:03 2010 +0100 @@ -21,7 +21,7 @@ // INCLUDES #include -#include +#include // FORWARD DECLARATIONS @@ -78,7 +78,7 @@ * @param aObserver dial request observer */ IMPORT_C void NotifyDialRequest( - MPhCltDialRequestObserver* aObserver ); + MPhCltDialRequestObserver* aObserver ); /** * Cancel pending call attempt notification. @@ -104,14 +104,14 @@ /** * Cancel pending emergency call attempt notification. */ - IMPORT_C void CancelNotifyEmergencyCall() const; + IMPORT_C void CancelNotifyEmergencyCall() const; /** * Respond to client request to make emergency call * * @param aResultCode Result of the response. */ - IMPORT_C TInt RespondEmergencyToClient( const TInt aResultCode ); + IMPORT_C TInt RespondEmergencyToClient( const TInt aResultCode ); /** * Notifies when a Command handler request arrives.