commit | e8e7d7b0bc1073fbab9b7440fb173240e9794a35 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Wed May 29 07:30:55 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 29 11:27:47 2019 |
tree | e02492a25af46628d481f5ed221d6d999f008df3 | |
parent | 28f0eb2dde03296e205175fea078bb085959c0ce [diff] |
Move Connection into it's own .h/.cc file. This patch is a NOP and moves - class Connection - class ConnectionInfo - class ProxyConnection from port.{h/cc} to a new file called connection.{h/cc} BUG=webrtc:10647 Change-Id: I89322d3421d272657e24a46b28ab6679fcdc9450 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137509 Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Qingsi Wang <qingsi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28101}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.