diff -r ebf79c79991a -r 5e8b14bae8c3 mmserv/tms/tmsimpl/src/tmsg711impl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Fri Jun 25 17:36:03 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Fri Jul 09 16:43:35 2010 -0500 @@ -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,4 +85,3 @@ return ret; } -// End of file