From ffacccbb6fe800950af8b5914cbf5ebd3ecad99c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 4 Dec 2020 17:43:47 +0000 Subject: Add a typedef for the data provider map. --- include/modules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index a6450547c..c4508d81a 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1050,6 +1050,7 @@ class CoreExport Module : public classbase, public usecountbase class CoreExport ModuleManager : public fakederef { public: + typedef std::multimap DataProviderMap; typedef std::vector ServiceList; private: @@ -1092,7 +1093,7 @@ class CoreExport ModuleManager : public fakederef Module::List EventHandlers[I_END]; /** List of data services keyed by name */ - std::multimap DataProviders; + DataProviderMap DataProviders; /** A list of ServiceProviders waiting to be registered. * Non-NULL when constructing a Module, NULL otherwise. -- cgit v1.2.3