#pragma once #include #include // fwd class MessageCommandDispatcher; struct ConfigModelI; void registerManagementCommands( MessageCommandDispatcher& mcd, ConfigModelI& conf, ContactStore4I& cs, RegistryMessageModelI& rmm );