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

Unified Diff: webrtc/base/nullsocketserver.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months 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/base/networkroute.h ('k') | webrtc/base/nullsocketserver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/nullsocketserver.h
diff --git a/webrtc/base/nullsocketserver.h b/webrtc/base/nullsocketserver.h
index e59f2fafe589c960cd2e40798fd203974a67f1ae..214c542b5f40e61fcd4752e69c37b4516e2cefff 100644
--- a/webrtc/base/nullsocketserver.h
+++ b/webrtc/base/nullsocketserver.h
@@ -11,28 +11,9 @@
#ifndef WEBRTC_BASE_NULLSOCKETSERVER_H_
#define WEBRTC_BASE_NULLSOCKETSERVER_H_
-#include "webrtc/base/event.h"
-#include "webrtc/base/socketserver.h"
-namespace rtc {
-
-class NullSocketServer : public SocketServer {
- public:
- NullSocketServer();
- ~NullSocketServer() override;
-
- bool Wait(int cms, bool process_io) override;
- void WakeUp() override;
-
- Socket* CreateSocket(int type) override;
- Socket* CreateSocket(int family, int type) override;
- AsyncSocket* CreateAsyncSocket(int type) override;
- AsyncSocket* CreateAsyncSocket(int family, int type) override;
-
- private:
- Event event_;
-};
-
-} // namespace rtc
+// This header is deprecated and is just left here temporarily during
+// refactoring. See https://bugs.webrtc.org/7634 for more details.
+#include "webrtc/rtc_base/nullsocketserver.h"
#endif // WEBRTC_BASE_NULLSOCKETSERVER_H_
« no previous file with comments | « webrtc/base/networkroute.h ('k') | webrtc/base/nullsocketserver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698