diff -r 4ce423f34688 -r e267340986c9 mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h --- a/mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h Fri Sep 17 08:33:15 2010 +0300 +++ b/mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h Mon Oct 04 00:51:56 2010 +0300 @@ -31,8 +31,7 @@ // TMSPCMFormatBodyImpl class class TMSPCMFormatBodyImpl : public TMSPCMFormatBody, - public TMSFormatBodyImpl, - public MQueueHandlerObserver + public TMSFormatBodyImpl { public: static gint Create(TMSPCMFormatBody*& bodyimpl); @@ -41,8 +40,6 @@ // From TMSPCMFormatBody virtual gint GetType(TMSFormatType& Formattype); - // From MQueueHandlerObserver starts - virtual void QueueEvent(TInt aEventType, TInt aError, void* user_data); virtual void SetProxy(TMSGlobalContext* context, gpointer queuehandler);