phoneclientserver/phoneclient/Src/Notifier/Notifier_Aiw/CPhCltCallNotify.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/phoneclientserver/phoneclient/Src/Notifier/Notifier_Aiw/CPhCltCallNotify.cpp	Thu Aug 19 10:28:14 2010 +0300
+++ b/phoneclientserver/phoneclient/Src/Notifier/Notifier_Aiw/CPhCltCallNotify.cpp	Tue Aug 31 15:45:17 2010 +0300
@@ -18,14 +18,14 @@
 
 
 //  Include Files
-#include    <CPhCltEmergencyCall.h> // for TPhCltEmergencyNumber
-#include    <CPhCltCallNotify.h>
+#include    <cphcltemergencycall.h> // for TPhCltEmergencyNumber
+#include    <cphcltcallnotify.h> 
 #include    <cphcltdialdata.h>
 #include    <mphcltdialrequestobserver.h>
 
-#include    "RPhCltServer.h"
-#include    "CPhCltExtPhoneDialData.h"
-#include    "RPhCltCallNotify.h"
+#include    "rphcltserver.h" 
+#include    "cphcltextphonedialdata.h" 
+#include    "rphcltcallnotify.h" 
 #include    "cphcltdialrequestmonitor.h"
 #include    "cphcltdialemergencyrequestmonitor.h"
 #include    "cphcltcomhandrequestmonitor.h"
@@ -76,7 +76,7 @@
 EXPORT_C TInt CPhCltCallNotify::Open( RPhCltServer& aServer )
     {
     TInt retVal = iCallNotify->Open( aServer );
-	return retVal;
+    return retVal;
     }
 
 // -----------------------------------------------------------------------------
@@ -129,19 +129,19 @@
 EXPORT_C void CPhCltCallNotify::NotifyEmergencyCall( 
     MPhCltDialEmergencyRequestObserver* aObserver, 
     TDesC& aEmergencyNumber )
-	{	
+    {   
     iDialEmergencyMonitor->NotifyEmergencyCall( aObserver, aEmergencyNumber );
-	}
+    }
 
 // -----------------------------------------------------------------------------
 // CPhCltCallNotify::CancelNotifyEmergencyCall()
 // 
 // -----------------------------------------------------------------------------
-//	
+//  
 EXPORT_C void CPhCltCallNotify::CancelNotifyEmergencyCall() const
-	{
-	iDialEmergencyMonitor->Cancel();
-	}
+    {
+    iDialEmergencyMonitor->Cancel();
+    }
 
 // -----------------------------------------------------------------------------
 // CPhCltCallNotify::RespondEmergencyToClient()
@@ -149,10 +149,10 @@
 // -----------------------------------------------------------------------------
 //
 EXPORT_C TInt CPhCltCallNotify::RespondEmergencyToClient( 
-	const TInt aResultCode )
-	{
-	return iDialEmergencyMonitor->RespondEmergencyToClient( aResultCode  );
-	}
+    const TInt aResultCode )
+    {
+    return iDialEmergencyMonitor->RespondEmergencyToClient( aResultCode  );
+    }
 
 // -----------------------------------------------------------------------------
 // CPhCltCallNotify::NotifyComHandCommand