--- a/mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp Fri May 14 16:22:35 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp Thu May 27 13:20:50 2010 +0300
@@ -50,7 +50,7 @@
gint TMSSpeakerSinkImpl::Create(TMSSink*& bodyimpl)
{
gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
- TMSSpeakerSinkImpl* self = new TMSSpeakerSinkImpl;
+ TMSSpeakerSinkImpl* self = new TMSSpeakerSinkImpl();
if (self)
{
ret = self->PostConstruct();
@@ -68,7 +68,6 @@
gpointer /*queuehandler*/)
{
gint ret = TMS_RESULT_SUCCESS;
- //static_cast<TMSSpeakerSinkBodyImpl*>(this->iBody)->SetProxy(aProxy, queuehandler);
return ret;
}