Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: webrtc/common_types.h

Issue 1369263002: Unify Transport and newapi::Transport interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: self-review Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/call/transport_adapter.cc ('k') | webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 7be74e68473c92c51107059c8ee690e9c4aa122a..9b730a13cbbea99b163a86681345339b62e56bac 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -165,17 +165,6 @@ enum FrameType
kVideoFrameDelta = 4, // depends on the previus frame
};
-// External transport callback interface
-class Transport {
- public:
- virtual int SendPacket(const void* data, size_t len) = 0;
- virtual int SendRTCPPacket(const void* data, size_t len) = 0;
-
- protected:
- virtual ~Transport() {}
- Transport() {}
-};
-
// Statistics for an RTCP channel
struct RtcpStatistics {
RtcpStatistics()
« no previous file with comments | « webrtc/call/transport_adapter.cc ('k') | webrtc/modules/rtp_rtcp/source/nack_rtx_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698