Revert 3933 "Remove traces of deprecated WebRtc_Word types."
> Remove traces of deprecated WebRtc_Word types. > > BUG=314 > R=tommi@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/1385004 TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1386004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3934 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -82,7 +82,8 @@ class MockRtpRtcp : public RtpRtcp {
|
||||
MOCK_METHOD1(SetRtxReceivePayloadType,
|
||||
void(int));
|
||||
MOCK_METHOD2(IncomingPacket,
|
||||
int32_t(const uint8_t* incomingPacket, const uint16_t packetLength));
|
||||
int32_t(const WebRtc_UWord8* incomingPacket,
|
||||
const WebRtc_UWord16 packetLength));
|
||||
MOCK_METHOD4(IncomingAudioNTP,
|
||||
int32_t(const uint32_t audioReceivedNTPsecs,
|
||||
const uint32_t audioReceivedNTPfrac,
|
||||
|
||||
Reference in New Issue
Block a user