contact 4 refactor

This commit is contained in:
Green Sky
2025-03-06 19:12:35 +01:00
parent 77a95811f2
commit c29aa523dc
24 changed files with 196 additions and 155 deletions

View File

@@ -4,7 +4,7 @@
#include <solanaceae/object_store/object_store.hpp>
#include <solanaceae/util/simple_config_model.hpp>
#include <solanaceae/contact/contact_model3.hpp>
#include <solanaceae/contact/contact_store_impl.hpp>
#include <solanaceae/message3/registry_message_model.hpp>
#include <solanaceae/message3/registry_message_model_impl.hpp>
#include <solanaceae/message3/message_time_sort.hpp>
@@ -60,7 +60,7 @@ struct MainScreen final : public Screen {
ObjectStore2 os;
SimpleConfigModel conf;
Contact3Registry cr;
ContactStore4Impl cs;
RegistryMessageModelImpl rmm;
MessageSerializerNJ msnj;
MessageTimeSort mts;