Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / video_coding / main / test / mt_test_common.h
index 08813a0..be6d9ea 100644 (file)
@@ -52,7 +52,7 @@ class TransportCallback:public RTPSendCompleteCallback
     // Add packets to list
     // Incorporate network conditions - delay and packet loss
     // Actual transmission will occur on a separate thread
-    int SendPacket(int channel, const void *data, int len);
+    virtual int SendPacket(int channel, const void *data, int len) OVERRIDE;
     // Send to the receiver packets which are ready to be submitted
     int TransportPackets();
 };