multimediacommscontroller/tsrc/rtpsourcesinkstub/src/mccrtpinterface_stub.cpp
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
    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*/, CMccRtpMediaClock* /*aRtpMediaClock*/ )
    95 void MMccRtpInterface::ConfigureL( const TDesC8& /*aConfig*/ )
    96     {
    96     {
    97     if ( KNullId == RtpStreamId() )
    97     if ( KNullId == RtpStreamId() )
    98         {
    98         {
    99         this->DoCreateStreamL();
    99         this->DoCreateStreamL();
   100         }
   100         }