phoneengine/callhandling/inc/cpeconferencecall.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/callhandling/inc/cpeconferencecall.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/callhandling/inc/cpeconferencecall.h	Fri Mar 19 09:28:42 2010 +0200
@@ -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 );