convergedcallengine/cce/src/ccceobserverasynchroniser.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
--- a/convergedcallengine/cce/src/ccceobserverasynchroniser.cpp	Tue Aug 31 15:45:17 2010 +0300
+++ b/convergedcallengine/cce/src/ccceobserverasynchroniser.cpp	Wed Sep 01 12:15:03 2010 +0100
@@ -171,7 +171,7 @@
                 CCELOGSTRING( "CCCEObserverAsynchroniser::RunL() Event: EDataPortName");
                 if (iCCEObserver)
                     {
-                    iCCEObserver->DataPortName( iEvents[0].iTName );
+                  	iCCEObserver->DataPortName( iEvents[0].iTName );
                     }
                 break;    
                 }
@@ -213,14 +213,14 @@
                 if (iCCESsObserver)
                     {
                     if( iEvents[0].iDescriptor )
-                        {
-                        iCCESsObserver->CallForwardEventOccurred(
-                            (MCCESsObserver::TCCESsCallForwardEvent)iEvents[0].iInt1, *iEvents[0].iDescriptor );
+                    	{
+                    	iCCESsObserver->CallForwardEventOccurred(
+                        	(MCCESsObserver::TCCESsCallForwardEvent)iEvents[0].iInt1, *iEvents[0].iDescriptor );
                         }
                     else
-                        {
-                        CCELOGSTRING( "CCCEObserverAsynchroniser::RunL() Event: ECallForwardEventOccurred, descr is NULL!");
-                        }
+                    	{
+                		CCELOGSTRING( "CCCEObserverAsynchroniser::RunL() Event: ECallForwardEventOccurred, descr is NULL!");
+                    	}
                     }
                 break;    
                 }
@@ -373,13 +373,13 @@
 // MCCEObserver DataPortName
 // -----------------------------------------------------------------------------
 void CCCEObserverAsynchroniser::DataPortName( TName& aPortName )
-    {
+	{
     CCELOGSTRING( "CCCEObserverAsynchroniser::DataPortName");
     TEventStorage event;
     event.iEventType = EDataPortName;
     event.iTName = aPortName;
     AddEvent(event);   
-    }
+	}
 
 // -----------------------------------------------------------------------------
 // MCCEObserver ConferenceCallCreated
@@ -404,7 +404,7 @@
     event.iInt1 = aBarringEvent;
     AddEvent(event);   
     }
-                              
+							  
 // -----------------------------------------------------------------------------
 // MCCESsObserver CLIEventOccurred
 // -----------------------------------------------------------------------------
@@ -417,13 +417,13 @@
     AddEvent(event); 
         
     }
-                              
+							  
 // -----------------------------------------------------------------------------
 // MCCESsObserver CallForwardEventOccurred
 // -----------------------------------------------------------------------------
 void CCCEObserverAsynchroniser::CallForwardEventOccurred( 
-                    const MCCESsObserver::TCCESsCallForwardEvent aCallForwardEvent,
-                    const TDesC& aRemoteAddress )
+					const MCCESsObserver::TCCESsCallForwardEvent aCallForwardEvent,
+					const TDesC& aRemoteAddress )
     {
     CCELOGSTRING( "CCCEObserverAsynchroniser::CallForwardEventOccurred");
     TEventStorage event;
@@ -528,7 +528,7 @@
 
 // -----------------------------------------------------------------------------
 // MCCEDtmfObserver HandleDTMFEvent
-// -----------------------------------------------------------------------------    
+// -----------------------------------------------------------------------------	
 void CCCEObserverAsynchroniser::HandleDTMFEvent( const MCCEDtmfObserver::TCCEDtmfEvent aEvent, 
                               const TInt aError, 
                               const TChar aTone )
@@ -546,7 +546,7 @@
 // MCCEExtensionObserver HandleExtensionEvents
 // -----------------------------------------------------------------------------                                
 void CCCEObserverAsynchroniser::HandleExtensionEvents( TUint32 aServiceId,
-    TInt aEvent,
+	TInt aEvent,
     TInt aStatus )
     {
     CCELOGSTRING( "CCCEObserverAsynchroniser::HandleExtensionEvents");