phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- 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 <e32base.h>
-#include <phclttypes.h> 
+#include <PhCltTypes.h>
 
 
 //  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.