commit | 50e21bd40b2268dc180b2120304f2a31afc05a3d | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Sat Mar 05 16:39:21 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sat Mar 05 16:39:30 2016 |
tree | a762c503cf20056d65d3a09cef60fba677871f2e | |
parent | f472c5b6722dfb221f929fc4d3a2b4ca54647701 [diff] |
This CL introduces namespaces in the aec c++ files (the ones that were recently moved from c) There are many files changed but most changes just consist of adding namespaces. In aec_common.h an C++-specific #ifdef needed to be added as that file is both included from C and C++. I could see no way around that but please let me know if there is a better way around that. BUG=webrtc:5201 Review URL: https://codereview.webrtc.org/1766663002 Cr-Commit-Position: refs/heads/master@{#11883}
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.