commit | 6baec0351aab267fb4f07b95778ae2e5f0d58f05 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Tue Mar 15 18:09:39 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 15 18:09:59 2016 |
tree | 29d4c27b727576b199331caba4ca61949eb59d4b | |
parent | 0540242452ef06b1d35ed4843ac6a2355843a56d [diff] |
Port::GetStunMessage: Write to scoped_ptr instead of raw pointer This is a good idea in general, because it makes ownership clearer, but will also be very convenient when scoped_ptr is gone, since unique_ptr doesn't have an .accept() method. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1800753003 Cr-Commit-Position: refs/heads/master@{#12002}
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.