aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-02-27 21:13:21 +0000
committerGravatar Sadie Powell2026-03-02 19:01:01 +0000
commit0c02218d0666397c6ba2b8c0097df83f83d1f50f (patch)
treefc102c2ebbfffadb985404478605e569da9d92b4 /src/base.cpp
parentAdd irc::less and convert irc::insensitive_swo to use it. (diff)
Massive rework of how internal service providers work.
- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs.
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 3096f3cba..bb8c8db55 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -63,7 +63,3 @@ usecountbase::~usecountbase()
FMT_PTR(this), usecount);
}
}
-
-void ServiceProvider::RegisterService()
-{
-}