summaryrefslogtreecommitdiffstats
path: root/ril/libril/RilSapSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'ril/libril/RilSapSocket.h')
-rw-r--r--ril/libril/RilSapSocket.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/ril/libril/RilSapSocket.h b/ril/libril/RilSapSocket.h
index 4261f93..75c3965 100644
--- a/ril/libril/RilSapSocket.h
+++ b/ril/libril/RilSapSocket.h
@@ -88,12 +88,6 @@ class RilSapSocket : public RilSocket {
RIL_RadioFunctions *uimFuncs);
/**
- * Process requests from the dispatch request queue.
- * @param Request to be dispatched.
- */
- int processRequest(MsgHeader *request);
-
- /**
* Ril envoronment variable that holds the request and
* unsol response handlers.
*/
@@ -214,8 +208,8 @@ class RilSapSocket : public RilSocket {
RIL_RadioFunctions *inputUimFuncs);
/**
- * Called by the processRequest method to dispatch the request to
- * the lower layers. It calls the on request function.
+ * Dispatches the request to the lower layers.
+ * It calls the on request function.
*
* @param The request message.
*/