Index: webrtc/p2p/base/portinterface.h |
diff --git a/webrtc/p2p/base/portinterface.h b/webrtc/p2p/base/portinterface.h |
index e73861965e538e0ab8e09907d56b63241547c4b7..e5c4f681908ae333b68ac780c2fb5ee591172713 100644 |
--- a/webrtc/p2p/base/portinterface.h |
+++ b/webrtc/p2p/base/portinterface.h |
@@ -123,6 +123,8 @@ class PortInterface { |
virtual std::string ToString() const = 0; |
+ virtual void FailAndDestroyConnections() = 0; |
pthatcher1
2016/06/07 18:54:34
***
|
+ |
protected: |
PortInterface() {} |
}; |