diff options
| author | 2020-12-04 15:55:28 +0000 | |
|---|---|---|
| committer | 2020-12-04 15:56:59 +0000 | |
| commit | eda0e5e2f0509a3eea823f64c4acea8ac970b9a4 (patch) | |
| tree | 3436114da177c740471fc01d60726825a857b658 /include | |
| parent | Fire service deregistration events properly. (diff) | |
Improve the logging of service adding/deleting.
Diffstat (limited to 'include')
| -rw-r--r-- | include/base.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |
