phoneengine/callhandling/inc/cpeconferencecall.h
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
--- 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 );