Ark Server API (ASE) - Wiki
|
#include <CertificateHandlerFactory.h>
Public Member Functions | |
CertificateHandlerFactoryRegistrar (const std::string &name, CertificateHandlerFactory *pFactory) | |
virtual | ~CertificateHandlerFactoryRegistrar () |
Registers the CertificateHandlerFactory with the given name at the factory manager. | |
Registrar class which automatically registers CertificateHandlerFactory at the CertificateHandlerFactoryMgr. You don't need to access this class directly. Use the macro POCO_REGISTER_CHFACTORY(namespace, InvalidCertificateHandlerName) instead (see the documentation of InvalidCertificateHandler for an example).
Definition at line 50 of file CertificateHandlerFactory.h.
Poco::Net::CertificateHandlerFactoryRegistrar::CertificateHandlerFactoryRegistrar | ( | const std::string & | name, |
CertificateHandlerFactory * | pFactory ) |
|
virtual |
Registers the CertificateHandlerFactory with the given name at the factory manager.