mmserv/tms/tmsimpl/src/tmsmodemsinkimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    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