summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_connection_to_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/jingle_connection_to_host.h')
-rw-r--r--remoting/protocol/jingle_connection_to_host.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/protocol/jingle_connection_to_host.h b/remoting/protocol/jingle_connection_to_host.h
index fe56e95..c25d872 100644
--- a/remoting/protocol/jingle_connection_to_host.h
+++ b/remoting/protocol/jingle_connection_to_host.h
@@ -34,6 +34,7 @@ class MessageLoop;
namespace remoting {
class JingleThread;
+class VideoPacket;
namespace protocol {
@@ -54,6 +55,8 @@ class JingleConnectionToHost : public ConnectionToHost,
VideoStub* video_stub);
virtual void Disconnect();
+ virtual const SessionConfig* config();
+
virtual void SendEvent(const ChromotingClientMessage& msg);
// JingleClient::Callback interface.
@@ -76,7 +79,7 @@ class JingleConnectionToHost : public ConnectionToHost,
void InitSession();
// Callback for |control_reader_|.
- void OnControlMessage(ChromotingHostMessage* msg);
+ void OnControlMessage(ControlMessage* msg);
// Callback for |video_reader_|.
void OnVideoPacket(VideoPacket* packet);