commit | 0489e498ebef75e13b7d72e7470903d3bcae50b4 | [log] [tgz] |
---|---|---|
author | perkj <perkj@webrtc.org> | Thu Oct 20 07:24:01 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 20 07:24:06 2016 |
tree | 01b4b81875adcbb2b94f245a7e5a823a61254d9c | |
parent | 79f0bf3ab52f65770de89c7cae3a6e0ab4f04223 [diff] |
Change RefCountedObject to use perfect forwarding. The main reason for doing this is to allow refcounted objects to accept rvalue references in ctor and be able to std::move ctor rvalue arguments. Also, refcounted.h is now generated using pump.py instead of manually creating each ctor version. BUG= none Review-Url: https://codereview.webrtc.org/2425683003 Cr-Commit-Position: refs/heads/master@{#14687}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.