mmserv/tms/tmsimpl/src/tmsmodemsourceimpl.cpp
changeset 55 e267340986c9
parent 22 128eb6a32b84
equal deleted inserted replaced
52:4ce423f34688 55:e267340986c9
    65     tmssource = self;
    65     tmssource = self;
    66     TRACE_PRN_FN_EXT;
    66     TRACE_PRN_FN_EXT;
    67     return ret;
    67     return ret;
    68     }
    68     }
    69 
    69 
    70 gint TMSModemSourceImpl::SetProxy(TMSCallProxy* /*aProxy*/,
    70 gint TMSModemSourceImpl::SetProxy(TMSCallProxy* aProxy, gpointer queuehandler)
    71         gpointer /*queuehandler*/)
       
    72     {
    71     {
    73     gint ret = TMS_RESULT_SUCCESS;
    72     gint ret = TMS_RESULT_SUCCESS;
       
    73     static_cast<TMSModemSourceBodyImpl*>(this->iBody)->SetProxy(aProxy,
       
    74             queuehandler);
    74     return ret;
    75     return ret;
    75     }
    76     }
    76 
    77 
    77 // End of file
    78 // End of file