From d18dd6dc7ee6b4690f95344a4095410691ffe53c Mon Sep 17 00:00:00 2001 From: "asapersson@webrtc.org" Date: Wed, 25 Apr 2012 07:19:02 +0000 Subject: [PATCH] Made OnPacketLossStatisticsUpdate function virtual (needed for ViCE). Review URL: https://webrtc-codereview.appspot.com/520002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2115 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/rtp_rtcp/source/rtp_rtcp_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/src/modules/rtp_rtcp/source/rtp_rtcp_impl.h index 1214160a38..1a36859b5b 100644 --- a/src/modules/rtp_rtcp/source/rtp_rtcp_impl.h +++ b/src/modules/rtp_rtcp/source/rtp_rtcp_impl.h @@ -491,7 +491,7 @@ public: void OnReceivedNTP() ; // bw estimation - void OnPacketLossStatisticsUpdate( + virtual void OnPacketLossStatisticsUpdate( const WebRtc_UWord8 fractionLost, const WebRtc_UWord16 roundTripTime, const WebRtc_UWord32 lastReceivedExtendedHighSeqNum);