#ifndef REMOTING_PROTOCOL_HOST_CONTROL_DISPATCHER_H_
#define REMOTING_PROTOCOL_HOST_CONTROL_DISPATCHER_H_
#include <cstddef>
#include "base/logging.h"
#include "base/memory/raw_ptr.h"
#include "remoting/protocol/channel_dispatcher_base.h"
#include "remoting/protocol/client_stub.h"
#include "remoting/protocol/clipboard_stub.h"
#include "remoting/protocol/cursor_shape_stub.h"
namespace remoting::protocol {
class HostStub;
class PairingResponse;
class HostControlDispatcher : public ChannelDispatcherBase, public ClientStub { … };
}
#endif