diff -r a493a607b5bf -r eabc8c503852 mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h --- a/mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h Fri Sep 03 19:34:12 2010 -0500 +++ b/mmserv/tms/tmsimpl/inc/tmspcmbodyimpl.h Tue Sep 21 11:38:43 2010 -0500 @@ -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);