34 #ifndef EMANEEVENTAGENTFACTORYMANAGER_HEADER_ 35 #define EMANEEVENTAGENTFACTORYMANAGER_HEADER_ 75 typedef std::map<std::string, EventAgentFactory *> EventAgentFactoryMap;
77 EventAgentFactoryMap eventAgentFactoryMap_;
83 #endif //EMANEEVENTAGENTFACTORYMANAGER_HEADER_ Factory for creating EventAgents. The factory manages the DLL allowing for the creation of multiple a...
Ensure a class only has one instance, and provide a global point of access to it. ...
const EventAgentFactory & getEventAgentFactory(const std::string &sLibraryFile)
~EventAgentFactoryManager()
Factory Manager Singleton cache for EventAgentFactory objects. The manager creates and caches the fac...
EventAgentFactoryManager()