From aed47513a5410a10ac9b477c621fbce425593c7f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 29 Mar 2026 15:48:47 +0100 Subject: 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. --- src/clientprotocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clientprotocol.cpp') diff --git a/src/clientprotocol.cpp b/src/clientprotocol.cpp index 76bfd5bbf..ddf7c419b 100644 --- a/src/clientprotocol.cpp +++ b/src/clientprotocol.cpp @@ -21,7 +21,7 @@ #include "inspircd.h" ClientProtocol::Serializer::Serializer(const WeakModulePtr& mod, const std::string& Name) - : DataProvider(mod, "ClientProtocol::Serializer", Name) + : Service::SimpleProvider(mod, "ClientProtocol::Serializer", Name) , evprov(mod) { } -- cgit v1.3.1-10-gc9f91