diff -r c84cf270c54f -r 92ab7f8d0eab phone_plat/telephony_mediator_api/inc/mediatoreventsfromtelephonyapi.h --- 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 iCLIText; - TCallState iCallState; - TCallType iCallType; - TBuf iRemotePhoneNumber; - }; - + { + public: + TInt iCallId; + TBuf iCLIText; + TCallState iCallState; + TCallType iCallType; + TBuf iRemotePhoneNumber; + }; + // Mediator package typedef TPckgBuf TTelephonyCallDataParamPackage;