X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2Famcp_command_repository.h;h=778c99845dcf1e20d420255d94f316d30fc3a364;hb=850c2bc019012444a7081e0347da9d7d24b213b4;hp=daa2f7b3c5496b0b7bc3a1e9b603f169dce8d890;hpb=7ac3f4419d79e81b111b1b3d068528f4a618351d;p=casparcg diff --git a/protocol/amcp/amcp_command_repository.h b/protocol/amcp/amcp_command_repository.h index daa2f7b3c..778c99845 100644 --- a/protocol/amcp/amcp_command_repository.h +++ b/protocol/amcp/amcp_command_repository.h @@ -43,15 +43,18 @@ public: const spl::shared_ptr& system_info_provider_repo, const spl::shared_ptr& cg_registry, const spl::shared_ptr& help_repo, + const spl::shared_ptr& producer_registry, + const spl::shared_ptr& consumer_registry, + const std::shared_ptr& ogl_device, std::promise& shutdown_server_now); - AMCPCommand::ptr_type create_command(const std::wstring& s, IO::ClientInfoPtr client, std::list& tokens); + AMCPCommand::ptr_type create_command(const std::wstring& s, IO::ClientInfoPtr client, std::list& tokens) const; AMCPCommand::ptr_type create_channel_command( const std::wstring& s, IO::ClientInfoPtr client, unsigned int channel_index, int layer_index, - std::list& tokens); + std::list& tokens) const; const std::vector& channels() const;