telephonyserver/etelmultimode/CETEL/mm_phone.cpp
branchRCL_3
changeset 65 630d2f34d719
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
child 66 07a122eea281
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
  4843 @capability NetworkServices
  4843 @capability NetworkServices
  4844 */
  4844 */
  4845 	{
  4845 	{
  4846 	Blank(EMobilePhoneTerminateAllCalls,aReqStatus);
  4846 	Blank(EMobilePhoneTerminateAllCalls,aReqStatus);
  4847 	}
  4847 	}
       
  4848 
       
  4849 /************************************************************************************/
       
  4850 //
       
  4851 // Mobile Active Calls Termination
       
  4852 //
       
  4853 /************************************************************************************/
       
  4854 
       
  4855 EXPORT_C void RMobilePhone::TerminateActiveCalls(TRequestStatus& aReqStatus) const
       
  4856 /**
       
  4857 Terminates all active calls on all lines.
       
  4858 Active calls are defined as those in either active or held state.
       
  4859 This will not terminate calls in dialling or connecting state.
       
  4860  
       
  4861 @param aReqStatus returns the result code after the asynchronous call completes.
       
  4862 
       
  4863 @capability NetworkServices
       
  4864 */
       
  4865     {
       
  4866     Blank(EMobilePhoneTerminateActiveCalls,aReqStatus);
       
  4867     }
  4848 
  4868 
  4849 /***********************************************************************************/
  4869 /***********************************************************************************/
  4850 //
  4870 //
  4851 // Auto Redial Functional Unit
  4871 // Auto Redial Functional Unit
  4852 //
  4872 //