port to contact4

This commit is contained in:
Green Sky
2025-03-10 20:40:25 +01:00
parent e77e57fa78
commit 9e42508428
12 changed files with 57 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <solanaceae/contact/contact_model3.hpp>
#include <solanaceae/contact/fwd.hpp>
#include <solanaceae/message3/registry_message_model.hpp>
// fwd
@@ -10,7 +10,7 @@ struct ConfigModelI;
void registerManagementCommands(
MessageCommandDispatcher& mcd,
ConfigModelI& conf,
Contact3Registry& cr,
ContactStore4I& cs,
RegistryMessageModelI& rmm
);