commit | c98687a2efe1746c8ee717e347a9c95bfeae2cef | [log] [tgz] |
---|---|---|
author | Ali Tofigh <alito@webrtc.org> | Tue Jan 25 13:06:33 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 26 10:59:40 2022 |
tree | fc8bca9826854e1c8b8852fc0854e96926cac75b | |
parent | 236d7e7e46dd5bc0151f24909fde649b77382f4a [diff] |
Replace "(const override)" with "(const, override)" in GMOCKs Just applied a short sed script. See bug description for the motiviation for this change. This is the command that was used to generate the changes: $ find . -type f \( -iname '*.cc' -o -iname '*.h' \) -print0 | \ xargs -0 sed -i -e 's/(const override)/(const, override)/' Bug: webrtc:13090 Change-Id: Iec7d280f9d55263a972dbb3bd644ebfcd2eb38cf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249088 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35801}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.