convergedcallengine/cce/inc/cccecallcontainer.h
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 44 987c9837762f
--- a/convergedcallengine/cce/inc/cccecallcontainer.h	Tue Feb 02 01:11:09 2010 +0200
+++ b/convergedcallengine/cce/inc/cccecallcontainer.h	Fri Mar 19 09:40:14 2010 +0200
@@ -302,7 +302,7 @@
      * @param aLifeTimeInfo Life time info.
      * @return Get succeeded ot not.
      */
-	TBool GetLifeTime( TDes8& aLifeTimeInfo );
+    TBool GetLifeTime( TDes8& aLifeTimeInfo );
 
     /**
      * Get CS specific misc info from CS plugin.
@@ -310,17 +310,17 @@
      * @param aCSInfo CS info.
      * @return Get succeeded ot not.
      */
-	TBool GetCSInfo( CSInfo& aCSInfo );
-	
-	/**
+    TBool GetCSInfo( CSInfo& aCSInfo );
+    
+    /**
      * Stop airtime duration timer
      *
      * @since S60 v3.2
      * @param aCall CCCECall is used for checking call type
      */
     void AirTimeDurationStop( CCCECall* aCall ) const;
-	
-	/**
+    
+    /**
      * Switch Air Duration timer, is needed for handover
      * 
      * Stop current timer and starts another one. New timer is initialized 
@@ -331,7 +331,7 @@
      * timer switching
      */
     void AirTimeDurationSwap(const CCPCall::TCallType aNewCallType);
-	
+    
     /**
      * Start airtime duration timer
      *