mmserv/tms/tmsimpl/src/tmsclientsinkimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 7 3d8c721bf319
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    71 gint TMSClientSinkImpl::SetProxy(TMSCallProxy* aProxy, gpointer queuehandler)
    71 gint TMSClientSinkImpl::SetProxy(TMSCallProxy* aProxy, gpointer queuehandler)
    72     {
    72     {
    73     gint ret = TMS_RESULT_SUCCESS;
    73     gint ret = TMS_RESULT_SUCCESS;
    74     if (this->iBody)
    74     if (this->iBody)
    75         {
    75         {
    76         ((TMSClientSinkBodyImpl*) this->iBody)->SetProxy(aProxy, queuehandler);
    76         static_cast<TMSClientSinkBodyImpl*>(this->iBody)->SetProxy(aProxy,
       
    77                 queuehandler);
    77         }
    78         }
    78     else
    79     else
    79         {
    80         {
    80         ret = TMS_RESULT_UNINITIALIZED_OBJECT;
    81         ret = TMS_RESULT_UNINITIALIZED_OBJECT;
    81         }
    82         }