mmserv/tms/tmsimpl/src/tmsmodemsinkimpl.cpp
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 18 2eb3b066cc7d
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
    69 
    69 
    70 gint TMSModemSinkImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    70 gint TMSModemSinkImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    71         gpointer /*queuehandler*/)
    71         gpointer /*queuehandler*/)
    72     {
    72     {
    73     gint ret = TMS_RESULT_SUCCESS;
    73     gint ret = TMS_RESULT_SUCCESS;
    74 //   ((TMSModemSinkBodyImpl*) this->iBody)->SetProxy(aProxy, queuehandler);
    74     //static_cast<TMSModemSinkBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler);
    75     return ret;
    75     return ret;
    76     }
    76     }
    77 
    77 
    78 // End of file
    78 // End of file