--- a/phoneengine/callhandling/inc/cpeconferencecall.h Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/callhandling/inc/cpeconferencecall.h Wed Sep 01 12:30:10 2010 +0100
@@ -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 );