diff -r 40a3f856b14d -r 41a7f70b3818 phoneengine/callhandling/inc/cpeconferencecall.h --- a/phoneengine/callhandling/inc/cpeconferencecall.h Thu Aug 19 09:54:27 2010 +0300 +++ b/phoneengine/callhandling/inc/cpeconferencecall.h Tue Aug 31 15:14:29 2010 +0300 @@ -58,18 +58,18 @@ /** * Two-phased constructor. */ - IMPORT_C static CPEConferenceCall* NewL( - MPEMessageSender& aOwner, - CCCE& aConvergedCallEngine ); - - /** + IMPORT_C static CPEConferenceCall* NewL( + MPEMessageSender& aOwner, + CCCE& aConvergedCallEngine ); + + /** * Two-phased constructor. * Conference call is made outof telephony control */ IMPORT_C static CPEConferenceCall* NewL( MPEMessageSender& aOwner, MCCEConferenceCall& aCall ); - + /** * Destructor. */ @@ -97,7 +97,7 @@ public: // From MCCEConferenceCallObserver - /** + /** * A ConferenceCall event has occurred. * * @param aEvent Occurred event. @@ -197,9 +197,9 @@ */ void GoOneToOneL( MCCECall& aCall ); - protected: - - /** + protected: + + /** * C++ default constructor. */ CPEConferenceCall( MPEMessageSender& aOwner, MCCEConferenceCall& aCall );