Library: UPnP/UPnPGen
Package: Generator
Header: Poco/UPnP/UPnPGen/ServiceManager.h
The ServiceManager manages all services
Member Functions: addService, getService, hasService, instance
typedef std::map < std::string, Service > NamedServices;
~ServiceManager();
Destroys the ServiceManager.
void addService(
const std::string & name,
const Service & service
);
const Service & getService(
const std::string & name
) const;
bool hasService(
const std::string & name
) const;
static ServiceManager & instance();