From 065b64d41755bcde64d8db6920ba16049af46177 Mon Sep 17 00:00:00 2001 From: "pwestin@webrtc.org" Date: Tue, 2 Apr 2013 20:37:14 +0000 Subject: Remove UDP transport API from ViE Review URL: https://webrtc-codereview.appspot.com/1232004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3754 4adac7df-926f-26a2-2b94-8c16560cd09d --- video_engine/vie_impl.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video_engine/vie_impl.h') diff --git a/video_engine/vie_impl.h b/video_engine/vie_impl.h index ca5d9031..b230fba7 100644 --- a/video_engine/vie_impl.h +++ b/video_engine/vie_impl.h @@ -31,9 +31,7 @@ #ifdef WEBRTC_VIDEO_ENGINE_IMAGE_PROCESS_API #include "video_engine/vie_image_process_impl.h" #endif -#ifdef WEBRTC_VIDEO_ENGINE_NETWORK_API #include "video_engine/vie_network_impl.h" -#endif #ifdef WEBRTC_VIDEO_ENGINE_RENDER_API #include "video_engine/vie_render_impl.h" #endif @@ -63,9 +61,7 @@ class VideoEngineImpl #ifdef WEBRTC_VIDEO_ENGINE_IMAGE_PROCESS_API , public ViEImageProcessImpl #endif -#ifdef WEBRTC_VIDEO_ENGINE_NETWORK_API , public ViENetworkImpl -#endif #ifdef WEBRTC_VIDEO_ENGINE_RENDER_API , public ViERenderImpl #endif @@ -94,9 +90,7 @@ class VideoEngineImpl #ifdef WEBRTC_VIDEO_ENGINE_IMAGE_PROCESS_API , ViEImageProcessImpl(ViEBaseImpl::shared_data()) #endif -#ifdef WEBRTC_VIDEO_ENGINE_NETWORK_API , ViENetworkImpl(ViEBaseImpl::shared_data()) -#endif #ifdef WEBRTC_VIDEO_ENGINE_RENDER_API , ViERenderImpl(ViEBaseImpl::shared_data()) #endif -- cgit v1.2.3