Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a8a98b authored by Steven Moreland's avatar Steven Moreland
Browse files

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

This reverts commit 08b94945.

Change-Id: Ie2f6c84e1b9264b109b55432be9b77abb82643fd
parent 08b94945
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

    /*
+1 −1
Original line number Diff line number Diff line
@@ -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