mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-19 13:18:20 +02:00
Boss/Mod/ChannelCreator/Carpenter.cpp: Implement actual channel creation.
This commit is contained in:
parent
8ec3d11940
commit
7b44afbf6c
10 changed files with 343 additions and 8 deletions
|
|
@ -96,7 +96,7 @@ std::shared_ptr<void> all( std::ostream& cout
|
|||
auto investigator = all->install< ChannelCandidateInvestigator::Main
|
||||
>(bus, *imon);
|
||||
all->install<ChannelCreationDecider>(bus);
|
||||
all->install<ChannelCreator::Main>(bus, *investigator);
|
||||
all->install<ChannelCreator::Main>(bus, *waiter, *investigator);
|
||||
|
||||
return all;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue