mmserv/tms/tmsimpl/src/tmspcmbodyimpl.cpp
changeset 53 eabc8c503852
parent 20 b67dd1fc57c5
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
    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         static_cast<TMSQueueHandler*>(queuehandler)->AddObserver(*this,
       
    78                 TMS_FORMAT_PCM);
       
    79         }
       
    80     }
       
    81 
       
    82 void TMSPCMFormatBodyImpl::QueueEvent(TInt aEventType, TInt /*aError*/,
       
    83         void* /*user_data*/)
       
    84     {
       
    85     switch (aEventType)
       
    86         {
       
    87         default:
       
    88             break;
       
    89         }
    77         }
    90     }
    78     }
    91 
    79 
    92 // End of file
    80 // End of file