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