| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| index 68cf231be1d05004185ce10369e8cf54ca98b4e1..2883f3af3492b691b185962de4d499a0217aaec7 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| @@ -38,8 +38,8 @@ public:
|
| ModuleRtpRtcpImpl* owner);
|
| virtual ~RTCPReceiver();
|
|
|
| - RTCPMethod Status() const;
|
| - void SetRTCPStatus(RTCPMethod method);
|
| + RtcpMode Status() const;
|
| + void SetRTCPStatus(RtcpMode method);
|
|
|
| int64_t LastReceived();
|
| int64_t LastReceivedReceiverReport() const;
|
| @@ -239,7 +239,7 @@ protected:
|
|
|
| Clock* const _clock;
|
| const bool receiver_only_;
|
| - RTCPMethod _method;
|
| + RtcpMode _method;
|
| int64_t _lastReceived;
|
| ModuleRtpRtcpImpl& _rtpRtcp;
|
|
|
|
|