telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsycallcontrolfu.h
branchRCL_3
changeset 5 7ef16719d8cb
parent 0 3553901f7fa8
equal deleted inserted replaced
3:962e6306d9d2 5:7ef16719d8cb
   101 
   101 
   102 	// Driver calls
   102 	// Driver calls
   103 	void DriverCreateIncomingCallL(TInt aCallId, RMobilePhone::TMobileService aMode);
   103 	void DriverCreateIncomingCallL(TInt aCallId, RMobilePhone::TMobileService aMode);
   104 	void DriverAnswerIncomingCallL(TInt aCallId, RMobilePhone::TMobileService aMode, TBool aIsIsvCall = EFalse, TInt aAnswerError = KErrNone);
   104 	void DriverAnswerIncomingCallL(TInt aCallId, RMobilePhone::TMobileService aMode, TBool aIsIsvCall = EFalse, TInt aAnswerError = KErrNone);
   105 	void DriverResumeCallL(TInt aCallId, TInt aResumeError);
   105 	void DriverResumeCallL(TInt aCallId, TInt aResumeError);
       
   106 	void DriverSwapCallL(TInt aCallId, TInt aSwapError, RMobileCall::TMobileCallStatus aNewCallStatus);
   106 	void DriverSwapCallL(TInt aCallId1, TInt aCallId2, TInt aSwapError, RMobileCall::TMobileCallStatus aNewCall1Status, RMobileCall::TMobileCallStatus aNewCall2Status);
   107 	void DriverSwapCallL(TInt aCallId1, TInt aCallId2, TInt aSwapError, RMobileCall::TMobileCallStatus aNewCall1Status, RMobileCall::TMobileCallStatus aNewCall2Status);
   107 
   108 
   108 	}; // class CCTsyCallControlFU
   109 	}; // class CCTsyCallControlFU
   109 
   110 
   110 #endif // CCTSYCALLCONTROLFU_H
   111 #endif // CCTSYCALLCONTROLFU_H