@ -39,7 +39,7 @@ class RilSapSocket : public RilSocket {
* Place holder for the radio functions returned by the initialization
* function . Currenty only onRequest handler is being used .
*/
RIL_RadioFunctions * uimFuncs ;
const RIL_RadioFunctions * uimFuncs ;
/**
* Wrapper struct for handling the requests in the queue .
@ -69,7 +69,7 @@ class RilSapSocket : public RilSocket {
* @ param Radio functions to be used by the socket .
*/
static void initSapSocket ( const char * socketName ,
RIL_RadioFunctions * uimFuncs ) ;
const RIL_RadioFunctions * uimFuncs ) ;
/**
* Ril envoronment variable that holds the request and
@ -137,7 +137,7 @@ class RilSapSocket : public RilSocket {
* and add socket to the socket list .
*/
static void addSocketToList ( const char * socketName , RIL_SOCKET_ID socketid ,
RIL_RadioFunctions * uimFuncs ) ;
const RIL_RadioFunctions * uimFuncs ) ;
/**
* Check if a socket of the given name exists in the socket list .
@ -157,7 +157,7 @@ class RilSapSocket : public RilSocket {
*/
RilSapSocket ( const char * socketName ,
RIL_SOCKET_ID socketId ,
RIL_RadioFunctions * inputUimFuncs ) ;
const RIL_RadioFunctions * inputUimFuncs ) ;
/**
* Class method that selects the socket on which the onRequestComplete