summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protocol_test_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/protocol_test_client.cc')
-rw-r--r--remoting/protocol/protocol_test_client.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/remoting/protocol/protocol_test_client.cc b/remoting/protocol/protocol_test_client.cc
index 804b008..7c15b0e 100644
--- a/remoting/protocol/protocol_test_client.cc
+++ b/remoting/protocol/protocol_test_client.cc
@@ -96,10 +96,6 @@ class ProtocolTestClient
// JingleClient::Callback interface.
virtual void OnStateChange(JingleClient* client, JingleClient::State state);
- virtual bool OnAcceptConnection(JingleClient* client, const std::string& jid,
- JingleChannel::Callback** callback);
- virtual void OnNewConnection(JingleClient* client,
- scoped_refptr<JingleChannel> channel);
// callback for JingleChromotingServer interface.
virtual void OnNewChromotocolConnection(ChromotingConnection* connection,
@@ -298,17 +294,6 @@ void ProtocolTestClient::OnStateChange(
}
}
-bool ProtocolTestClient::OnAcceptConnection(
- JingleClient* client, const std::string& jid,
- JingleChannel::Callback** callback) {
- return false;
-}
-
-void ProtocolTestClient::OnNewConnection(
- JingleClient* client, scoped_refptr<JingleChannel> channel) {
- NOTREACHED();
-}
-
void ProtocolTestClient::OnNewChromotocolConnection(
ChromotingConnection* connection, bool* accept) {
std::cerr << "Accepting connection from " << connection->jid() << std::endl;