phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h	Fri Mar 19 09:28:42 2010 +0200
@@ -78,15 +78,15 @@
 
 // Call Data Parameter is sent with EPhoneEventCallData
 class TTelephonyCallDataParam
-	{
-	public:
-		TInt iCallId;
-		TBuf<KCntMaxTextFieldLength> iCLIText;
-		TCallState iCallState;
-		TCallType iCallType;
-		TBuf<KMaxPhoneNumberLength> iRemotePhoneNumber;
-	};
-	
+    {
+    public:
+        TInt iCallId;
+        TBuf<KCntMaxTextFieldLength> iCLIText;
+        TCallState iCallState;
+        TCallType iCallType;
+        TBuf<KMaxPhoneNumberLength> iRemotePhoneNumber;
+    };
+    
 // Mediator package
 typedef TPckgBuf<TTelephonyCallDataParam> TTelephonyCallDataParamPackage;