phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/phonesrv_plat/phone_client_notify_api/inc/CPhCltCallNotify.h	Tue Aug 31 15:45:17 2010 +0300
@@ -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.