#pragma once /** * \file PacketDispatcher.h * \brief File containing the td::protocol::PacketDispatcher class */ #include #include namespace td { namespace protocol { using PacketDispatcher = Dispatcher; } // namespace protocol } // namespace td