aboutsummaryrefslogtreecommitdiff
path: root/include/service.h
Commit message (Expand)AuthorAgeFilesLines
* Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. Gravatar Sadie Powell2026-03-291-9/+42
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-3/+3
* Move service code from base to its own header.Gravatar Sadie Powell2026-03-271-0/+63