Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::CertificateHandlerFactoryRegistrar Class Reference

#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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CertificateHandlerFactoryRegistrar()

Poco::Net::CertificateHandlerFactoryRegistrar::CertificateHandlerFactoryRegistrar ( const std::string & name,
CertificateHandlerFactory * pFactory )

◆ ~CertificateHandlerFactoryRegistrar()

virtual Poco::Net::CertificateHandlerFactoryRegistrar::~CertificateHandlerFactoryRegistrar ( )
virtual

Registers the CertificateHandlerFactory with the given name at the factory manager.


The documentation for this class was generated from the following file: