commit | b7f89d6e668602e46a20e3a9927790ff34029b2a | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Wed Feb 17 18:04:18 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 17 18:04:26 2016 |
tree | 4f713cbb2d52604fef357c3f2f110cef002fe00c | |
parent | dabf07f4776e3f0658fecd890da0bd55ce5fe6ff [diff] |
Replace scoped_ptr with unique_ptr in webrtc/voice_engine/ Also introduce a pair of scoped_ptr <-> unique_ptr conversion functions. By using them judiciously, we can keep these CL:s small and avoid having to convert enormous amounts of code at once. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1702983002 Cr-Commit-Position: refs/heads/master@{#11658}
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.