mmserv/tms/tmsimpl/src/tmspcmbodyimpl.cpp
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
child 13 f5c5c82a163e
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    72     if (context && queuehandler)
    72     if (context && queuehandler)
    73         {
    73         {
    74         iProxy = context->CallProxy;
    74         iProxy = context->CallProxy;
    75         iStreamType = context->StreamType;
    75         iStreamType = context->StreamType;
    76         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
    76         TMSFormatBodyImpl::SetProxy(iProxy, queuehandler);
    77         ((CQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_PCM);
    77         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_PCM);
    78         }
    78         }
    79     }
    79     }
    80 
    80 
    81 void TMSPCMFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
    81 void TMSPCMFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
    82         void* /*user_data*/)
    82         void* /*user_data*/)