telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsycallcontrolfu.h
changeset 19 1f776524b15c
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
equal deleted inserted replaced
0:3553901f7fa8 19:1f776524b15c
   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