multimediacommscontroller/tsrc/rtpsourcesinkstub/src/mccrtpinterface_stub.cpp
branchRCL_3
changeset 42 817c922b90eb
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
41:b9d283c5c7b5 42:817c922b90eb
    90 // -----------------------------------------------------------------------------
    90 // -----------------------------------------------------------------------------
    91 // MMccRtpInterface::ConfigureL
    91 // MMccRtpInterface::ConfigureL
    92 // Configures the RTP source/sink
    92 // Configures the RTP source/sink
    93 // -----------------------------------------------------------------------------
    93 // -----------------------------------------------------------------------------
    94 //
    94 //
    95 void MMccRtpInterface::ConfigureL( const TDesC8& /*aConfig*/ )
    95 void MMccRtpInterface::ConfigureL( const TDesC8& /*aConfig*/, CMccRtpMediaClock* /*aRtpMediaClock*/ )
    96     {
    96     {
    97     if ( KNullId == RtpStreamId() )
    97     if ( KNullId == RtpStreamId() )
    98         {
    98         {
    99         this->DoCreateStreamL();
    99         this->DoCreateStreamL();
   100         }
   100         }