From eda0e5e2f0509a3eea823f64c4acea8ac970b9a4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 4 Dec 2020 15:55:28 +0000 Subject: Improve the logging of service adding/deleting. --- include/base.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/base.h b/include/base.h index cccc130c5..b915d9ae4 100644 --- a/include/base.h +++ b/include/base.h @@ -259,6 +259,9 @@ class CoreExport ServiceProvider : public classbase ServiceProvider(Module* Creator, const std::string& Name, ServiceType Type); virtual ~ServiceProvider(); + /** Retrieves a string that represents the type of this service. */ + const char* GetTypeString() const; + /** Register this service in the appropriate registrar */ virtual void RegisterService(); -- cgit v1.2.3