mmserv/tms/tmsimpl/src/tmspcmbodyimpl.cpp
branchRCL_3
changeset 9 f5c5c82a163e
parent 3 4f62049db6ac
child 12 2eb3b066cc7d
equal deleted inserted replaced
8:03a293c97d5c 9:f5c5c82a163e
    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         ((TMSQueueHandler*) queuehandler)->AddObserver(*this, TMS_FORMAT_PCM);
    77         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
    78                 TMS_FORMAT_PCM);
    78         }
    79         }
    79     }
    80     }
    80 
    81 
    81 void TMSPCMFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
    82 void TMSPCMFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
    82         void* /*user_data*/)
    83         void* /*user_data*/)