diff -r 7d48bed6ce0c -r 987c9837762f convergedcallengine/cce/inc/cccecallcontainer.h --- a/convergedcallengine/cce/inc/cccecallcontainer.h Tue Aug 31 15:45:17 2010 +0300 +++ b/convergedcallengine/cce/inc/cccecallcontainer.h Wed Sep 01 12:15:03 2010 +0100 @@ -302,7 +302,7 @@ * @param aLifeTimeInfo Life time info. * @return Get succeeded ot not. */ - TBool GetLifeTime( TDes8& aLifeTimeInfo ); + TBool GetLifeTime( TDes8& aLifeTimeInfo ); /** * Get CS specific misc info from CS plugin. @@ -310,17 +310,17 @@ * @param aCSInfo CS info. * @return Get succeeded ot not. */ - TBool GetCSInfo( CSInfo& aCSInfo ); - - /** + TBool GetCSInfo( CSInfo& aCSInfo ); + + /** * Stop airtime duration timer * * @since S60 v3.2 * @param aCall CCCECall is used for checking call type */ void AirTimeDurationStop( CCCECall* aCall ) const; - - /** + + /** * Switch Air Duration timer, is needed for handover * * Stop current timer and starts another one. New timer is initialized @@ -331,7 +331,7 @@ * timer switching */ void AirTimeDurationSwap(const CCPCall::TCallType aNewCallType); - + /** * Start airtime duration timer *