diff -r 594d59766373 -r 7d48bed6ce0c convergedcallengine/cce/inc/cccecall.h --- a/convergedcallengine/cce/inc/cccecall.h Thu Aug 19 10:28:14 2010 +0300 +++ b/convergedcallengine/cce/inc/cccecall.h Tue Aug 31 15:45:17 2010 +0300 @@ -98,13 +98,13 @@ class TStateTransition { public: - TStateTransition() - { - iState = CCPCall::EStateIdle; - iInband = EFalse; - } + TStateTransition() + { + iState = CCPCall::EStateIdle; + iInband = EFalse; + } - CCPCall::TCallState iState; + CCPCall::TCallState iState; TBool iInband; }; public: @@ -262,7 +262,7 @@ TInt Release(); /** @see MCCECall::ReplaceActive */ - TInt ReplaceActive(); + TInt ReplaceActive(); /** @see MCCECall::Hold */ TInt Hold();