--- a/mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsspeakersinkimpl.cpp Fri May 14 18:19:45 2010 -0500
@@ -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;
}