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