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