Revert "Make setResponseFunctions() and setCallback() oneway."

This reverts commit 08b949450e.

Change-Id: Ie2f6c84e1b9264b109b55432be9b77abb82643fd
This commit is contained in:
Steven Moreland 2017-03-21 23:09:44 +00:00
parent 08b949450e
commit 32a8a98b3f
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ interface IRadio {
* @param radioResponse Object containing response functions
* @param radioIndication Object containing radio indications
*/
oneway setResponseFunctions(IRadioResponse radioResponse,
setResponseFunctions(IRadioResponse radioResponse,
IRadioIndication radioIndication);
/*

View file

@ -24,7 +24,7 @@ interface ISap {
*
* @param sapCallback Object containing response and unosolicited indication callbacks
*/
oneway setCallback(ISapCallback sapCallback);
setCallback(ISapCallback sapCallback);
/**
* CONNECT_REQ from SAP 1.1 spec 5.1.1