Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / rtp_rtcp / test / BWEStandAlone / TestSenderReceiver.cc
index aca4675..a536ebc 100644 (file)
@@ -46,7 +46,6 @@ _payloadType(0),
 _loadGenerator(NULL),
 _isSender(false),
 _isReceiver(false),
-_timeOut(false),
 _sendRecCB(NULL),
 _lastBytesReceived(0),
 _lastTime(-1)
@@ -290,22 +289,6 @@ int32_t TestSenderReceiver::SetPacketTimeout(const uint32_t timeoutMS)
 }
 
 
-void TestSenderReceiver::OnPacketTimeout(const int32_t id)
-{
-    CriticalSectionScoped lock(_critSect);
-
-    _timeOut = true;
-}
-
-
-void TestSenderReceiver::OnReceivedPacket(const int32_t id,
-                                    const RtpRtcpPacketType packetType)
-{
-    // do nothing
-    //printf("OnReceivedPacket\n");
-
-}
-
 int32_t TestSenderReceiver::OnReceivedPayloadData(const uint8_t* payloadData,
                                                   const uint16_t payloadSize,
                                                   const webrtc::WebRtcRTPHeader* rtpHeader)