diff -r 095bea5f582e -r 0ac9a5310753 mmserv/tms/tmsimpl/src/tmsg711impl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Tue Aug 31 15:43:02 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Wed Sep 01 12:23:00 2010 +0100 @@ -43,7 +43,7 @@ if (ret == TMS_RESULT_SUCCESS) { this->iBody = bodyimpl; - this->iFormatBody = static_cast (bodyimpl); + this->iFormatBody = static_cast(bodyimpl); } TRACE_PRN_FN_EXT; return ret; @@ -52,7 +52,7 @@ gint TMSG711FormatImpl::Create(TMSFormat*& tmsformat) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSG711FormatImpl* self = new TMSG711FormatImpl(); + TMSG711FormatImpl *self = new TMSG711FormatImpl(); TRACE_PRN_FN_ENT; if (self) @@ -75,7 +75,7 @@ gint ret(TMS_RESULT_SUCCESS); if (this->iBody) { - static_cast (this->iBody)->SetProxy(context, + static_cast(this->iBody)->SetProxy(context, queuehandler); } else @@ -85,3 +85,4 @@ return ret; } +// End of file