X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=inline;f=include%2Fbase.h;h=b915d9ae490af33e643efd641b5fde71e455442b;hb=eda0e5e2f0509a3eea823f64c4acea8ac970b9a4;hp=cccc130c5507951d3d3b76c6c371f1bacd70f66a;hpb=44489ddf7e90413d8f656aea24d74445bab227af;p=user%2Fhenk%2Fcode%2Finspircd.git 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();