]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/amcp_command_repository.cpp
[AMCP] #475 Added special command REQ that can be prepended before any command to...
[casparcg] / protocol / amcp / amcp_command_repository.cpp
index 06249814def23a49a9bbaed5bc2229f9c7d68b3f..2457ec72d5b0f847897fe5b204ef65b53f02e27c 100644 (file)
@@ -225,4 +225,9 @@ void amcp_command_repository::register_channel_command(
        self.channel_commands.insert(std::make_pair(std::move(name), std::make_pair(std::move(command), min_num_params)));
 }
 
+spl::shared_ptr<core::help_repository> amcp_command_repository::help_repo() const
+{
+       return impl_->help_repo;
+}
+
 }}}