diff -r 71ca22bcf22a -r 5a06f39ad45b mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Fri Apr 16 15:29:42 2010 +0300 @@ -154,7 +154,7 @@ iProxy = context->CallProxy; iStreamType = context->StreamType; TMSFormatBodyImpl::SetProxy(iProxy, queuehandler); - ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G711); + ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_G711); } }