convergedcallengine/cce/inc/cccecallcontainer.h
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
   300      * Get life time info from CS plugin.
   300      * Get life time info from CS plugin.
   301      * @since S60 v3.2
   301      * @since S60 v3.2
   302      * @param aLifeTimeInfo Life time info.
   302      * @param aLifeTimeInfo Life time info.
   303      * @return Get succeeded ot not.
   303      * @return Get succeeded ot not.
   304      */
   304      */
   305     TBool GetLifeTime( TDes8& aLifeTimeInfo );
   305 	TBool GetLifeTime( TDes8& aLifeTimeInfo );
   306 
   306 
   307     /**
   307     /**
   308      * Get CS specific misc info from CS plugin.
   308      * Get CS specific misc info from CS plugin.
   309      * @since S60 v3.2
   309      * @since S60 v3.2
   310      * @param aCSInfo CS info.
   310      * @param aCSInfo CS info.
   311      * @return Get succeeded ot not.
   311      * @return Get succeeded ot not.
   312      */
   312      */
   313     TBool GetCSInfo( CSInfo& aCSInfo );
   313 	TBool GetCSInfo( CSInfo& aCSInfo );
   314     
   314 	
   315     /**
   315 	/**
   316      * Stop airtime duration timer
   316      * Stop airtime duration timer
   317      *
   317      *
   318      * @since S60 v3.2
   318      * @since S60 v3.2
   319      * @param aCall CCCECall is used for checking call type
   319      * @param aCall CCCECall is used for checking call type
   320      */
   320      */
   321     void AirTimeDurationStop( CCCECall* aCall ) const;
   321     void AirTimeDurationStop( CCCECall* aCall ) const;
   322     
   322 	
   323     /**
   323 	/**
   324      * Switch Air Duration timer, is needed for handover
   324      * Switch Air Duration timer, is needed for handover
   325      * 
   325      * 
   326      * Stop current timer and starts another one. New timer is initialized 
   326      * Stop current timer and starts another one. New timer is initialized 
   327      * with the same value that old timer had when it was stopped
   327      * with the same value that old timer had when it was stopped
   328      *
   328      *
   329      * @since S60 v3.2
   329      * @since S60 v3.2
   330      * @param aCall aNewCallType new call type, indicated direction of 
   330      * @param aCall aNewCallType new call type, indicated direction of 
   331      * timer switching
   331      * timer switching
   332      */
   332      */
   333     void AirTimeDurationSwap(const CCPCall::TCallType aNewCallType);
   333     void AirTimeDurationSwap(const CCPCall::TCallType aNewCallType);
   334     
   334 	
   335     /**
   335     /**
   336      * Start airtime duration timer
   336      * Start airtime duration timer
   337      *
   337      *
   338      * @since S60 v3.2
   338      * @since S60 v3.2
   339      * @param aCall CCCECall is used for checking call type
   339      * @param aCall CCCECall is used for checking call type