multimediacommscontroller/tsrc/rtpsourcesinkstub/src/mccrtpinterface_stub.cpp
changeset 32 f2ed1fc4c163
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
30:4c9e1ec7a69e 32:f2ed1fc4c163
    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         }