Index: webrtc/p2p/base/turnport.h |
diff --git a/webrtc/p2p/base/turnport.h b/webrtc/p2p/base/turnport.h |
index 461fc1304db0b1f5b679fe2d4485c5e72ec3213d..17d2d45181930bcc1ce9bb8ba8a75b0cf03225d4 100644 |
--- a/webrtc/p2p/base/turnport.h |
+++ b/webrtc/p2p/base/turnport.h |
@@ -190,6 +190,7 @@ class TurnPort : public Port { |
typedef std::set<rtc::SocketAddress> AttemptedServerSet; |
virtual void OnMessage(rtc::Message* pmsg); |
+ virtual void HandleConnectionDestroyed(Connection* conn); |
bool CreateTurnClientSocket(); |
@@ -243,7 +244,6 @@ class TurnPort : public Port { |
void DestroyEntryIfNotCancelled(TurnEntry* entry, int64_t timestamp); |
void ScheduleEntryDestruction(TurnEntry* entry); |
void CancelEntryDestruction(TurnEntry* entry); |
- void OnConnectionDestroyed(Connection* conn); |
// Destroys the connection with remote address |address|. Returns true if |
// a connection is found and destroyed. |