Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: webrtc/voice_engine/voe_hardware_impl.cc

Issue 2538093003: Prep to remove API-related #defines from voice_engine_configurations.h (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/voe_file_impl.cc ('k') | webrtc/voice_engine/voe_neteq_stats_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voe_hardware_impl.cc
diff --git a/webrtc/voice_engine/voe_hardware_impl.cc b/webrtc/voice_engine/voe_hardware_impl.cc
index d01caa94233787fdfcba4d3bce256d63ebb797ea..6bf493fe13a751a5c1f013b88dc6541a19799397 100644
--- a/webrtc/voice_engine/voe_hardware_impl.cc
+++ b/webrtc/voice_engine/voe_hardware_impl.cc
@@ -16,6 +16,10 @@
#include "webrtc/voice_engine/include/voe_errors.h"
#include "webrtc/voice_engine/voice_engine_impl.h"
+#ifndef WEBRTC_VOICE_ENGINE_HARDWARE_API
+#error "Deprecated"
+#endif
+
namespace webrtc {
VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) {
« no previous file with comments | « webrtc/voice_engine/voe_file_impl.cc ('k') | webrtc/voice_engine/voe_neteq_stats_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698