mmserv/tms/tmsimpl/src/tmsamrbodyimpl.cpp
changeset 14 80975da52420
parent 12 5a06f39ad45b
child 18 2eb3b066cc7d
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
    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*/)