--- a/mmserv/tms/tmsimpl/inc/tmsstreambodyimpl.h Tue Feb 02 01:08:46 2010 +0200
+++ b/mmserv/tms/tmsimpl/inc/tmsstreambodyimpl.h Fri Apr 16 15:29:42 2010 +0300
@@ -49,8 +49,7 @@
public:
static gint Create(TMSCallType callType, TMSStreamType stype,
- TMSCallProxy* proxy, TMSStream& parent,
- TMSStreamBody*& bodyimpl);
+ TMSCallProxy* proxy, TMSStream& parent, TMSStreamBody*& bodyimpl);
virtual ~TMSStreamBodyImpl();
// From TMSStreamBody
@@ -83,7 +82,7 @@
gint CreateQueue(const gint aNumSlots);
void ReceiveMsgQHandlerEventsL();
-
+
gint ValidateStream();
gint ValidateSource(TMSSource* source);
gint ValidateSink(TMSSink* sink);
@@ -102,7 +101,7 @@
// Message queue and the handler
RMsgQueue<TmsMsgBuf> iMsgQueue;
- CQueueHandler* iMsgQHandler;
+ TMSQueueHandler* iMsgQHandler;
// Need to make this a list
TMSStreamObserver* iObserver;