// ====================================================================== // CommandDispatcher.hpp // Standardization header for CommandDispatcher // ====================================================================== #ifndef Svc_CommandDispatcher_HPP #define Svc_CommandDispatcher_HPP #include "Svc/CmdDispatcher/CommandDispatcherImpl.hpp" namespace Svc { typedef CommandDispatcherImpl CommandDispatcher; } #endif