--- a/mmserv/tms/tmsimpl/src/tmsmicsourceimpl.cpp Tue May 11 16:42:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsmicsourceimpl.cpp Tue May 25 13:16:00 2010 +0300
@@ -51,7 +51,7 @@
gint TMSMicSourceImpl::Create(TMSSource*& tmssource)
{
gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
- TMSMicSourceImpl *self = new TMSMicSourceImpl;
+ TMSMicSourceImpl *self = new TMSMicSourceImpl();
TRACE_PRN_FN_ENT;
if (self)
@@ -72,7 +72,6 @@
gpointer /*queuehandler*/)
{
gint ret = TMS_RESULT_SUCCESS;
- //static_cast<TMSMicSourceBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler);
return ret;
}