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

Unified Diff: webrtc/p2p/base/icetransportinternal.h

Issue 2598103003: Prepare to introduce the IceTransportInternal. (Closed)
Patch Set: Commented out the real IceTransportInternal implementation. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/icetransportinternal.h
diff --git a/webrtc/p2p/base/icetransportinternal.h b/webrtc/p2p/base/icetransportinternal.h
index 4c47a140a5145103bf1d259ccecdf5368d4fd7ea..d8e05d1663c43a7c9c2bef8af9bdee552e3c0f79 100644
--- a/webrtc/p2p/base/icetransportinternal.h
+++ b/webrtc/p2p/base/icetransportinternal.h
@@ -11,6 +11,16 @@
#ifndef WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_
#define WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_
+#include "webrtc/p2p/base/transportchannelimpl.h"
+
+namespace cricket {
+
+typedef TransportChannel IceTransportInternal;
+typedef TransportChannelImpl IceTransportInternal2;
+
+} // namespace cricket
+
+/*
#include <string>
#include "webrtc/p2p/base/candidate.h"
@@ -127,5 +137,5 @@ class IceTransportInternal : public rtc::PacketTransportInterface {
};
} // namespace cricket
-
+*/
#endif // WEBRTC_P2P_BASE_ICETRANSPORTINTERNAL_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698