multimediacommscontroller/tsrc/rtpsourcesinkstub/src/mccrtpinterface_stub.cpp
changeset 43 bf4e57f9a0ce
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
35:72290a6868df 43:bf4e57f9a0ce
    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         }