commit | 6f72f56b6c5e951267ca66d745161b3a026e8768 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Thu Oct 19 11:15:17 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 20 07:46:03 2017 |
tree | c5b0d9aef2ca8a9a19d328b52bd5fb2cc34719db | |
parent | 096e367bfd58f9c24199852dcfdb6447b71c4324 [diff] |
Change return types of refcount methods. AddRef() now returns void, and Release() returns an enum RefCountReleaseStatus, to indicate whether or not this Release call implied deletion. Bug: webrtc:8270 Change-Id: If2fb77f26118b61751b51c856af187c72112c630 Reviewed-on: https://webrtc-review.googlesource.com/3320 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20366}
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.