convergedcallengine/cce/inc/cccecallcontainer.h
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
--- a/convergedcallengine/cce/inc/cccecallcontainer.h	Thu Aug 19 10:28:14 2010 +0300
+++ b/convergedcallengine/cce/inc/cccecallcontainer.h	Tue Aug 31 15:45:17 2010 +0300
@@ -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
      *