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