mmserv/tms/tmsimpl/src/tmsmicsourceimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    70 
    70 
    71 gint TMSMicSourceImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    71 gint TMSMicSourceImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    72         gpointer /*queuehandler*/)
    72         gpointer /*queuehandler*/)
    73     {
    73     {
    74     gint ret = TMS_RESULT_SUCCESS;
    74     gint ret = TMS_RESULT_SUCCESS;
    75 //   ((TMSMicSourceBodyImpl*) this->iBody)->SetProxy(aProxy, queuehandler);
    75     //static_cast<TMSMicSourceBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler);
    76     return ret;
    76     return ret;
    77     }
    77     }
    78 
    78 
    79 // End of file
    79 // End of file