summaryrefslogtreecommitdiff
path: root/voice_engine/voice_engine_impl.h
diff options
context:
space:
mode:
authorpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-04 19:51:42 +0000
committerpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-04-04 19:51:42 +0000
commitef91cbfbe00ada39f24e188862ebf2e268ba1031 (patch)
treea2e0578cb736f2412d9a7b134b2829b2612f10d9 /voice_engine/voice_engine_impl.h
parentdded206d3c7f1b55ada0b36b84be80d987fd88c4 (diff)
downloadwebrtc-ef91cbfbe00ada39f24e188862ebf2e268ba1031.tar.gz
Remove WEBRTC_*_ENGINE_NETWORK_API use
Review URL: https://webrtc-codereview.appspot.com/1203009 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3767 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voice_engine_impl.h')
-rw-r--r--voice_engine/voice_engine_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/voice_engine/voice_engine_impl.h b/voice_engine/voice_engine_impl.h
index 2b3963cd..4666883b 100644
--- a/voice_engine/voice_engine_impl.h
+++ b/voice_engine/voice_engine_impl.h
@@ -42,9 +42,7 @@
#ifdef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
#include "voe_neteq_stats_impl.h"
#endif
-#ifdef WEBRTC_VOICE_ENGINE_NETWORK_API
#include "voe_network_impl.h"
-#endif
#ifdef WEBRTC_VOICE_ENGINE_RTP_RTCP_API
#include "voe_rtp_rtcp_impl.h"
#endif
@@ -87,9 +85,7 @@ class VoiceEngineImpl : public voe::SharedData, // Must be the first base class
#ifdef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
public VoENetEqStatsImpl,
#endif
-#ifdef WEBRTC_VOICE_ENGINE_NETWORK_API
public VoENetworkImpl,
-#endif
#ifdef WEBRTC_VOICE_ENGINE_RTP_RTCP_API
public VoERTP_RTCPImpl,
#endif
@@ -130,9 +126,7 @@ public:
#ifdef WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
VoENetEqStatsImpl(this),
#endif
-#ifdef WEBRTC_VOICE_ENGINE_NETWORK_API
VoENetworkImpl(this),
-#endif
#ifdef WEBRTC_VOICE_ENGINE_RTP_RTCP_API
VoERTP_RTCPImpl(this),
#endif