phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h	Wed Sep 01 12:30:10 2010 +0100
@@ -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;