7 #ifndef HTTP_RESPONSE_CREATOR_FACTORY_H
8 #define HTTP_RESPONSE_CREATOR_FACTORY_H
11 #include <boost/shared_ptr.hpp>
53 typedef boost::shared_ptr<HttpResponseCreatorFactory>
boost::shared_ptr< HttpResponseCreatorFactory > HttpResponseCreatorFactoryPtr
Pointer to the HttpResponseCreatorFactory.
virtual HttpResponseCreatorPtr create() const =0
Returns an instance of the HttpResponseCreator.
boost::shared_ptr< HttpResponseCreator > HttpResponseCreatorPtr
Pointer to the HttpResponseCreator object.
Defines the logger used by the top-level component of kea-dhcp-ddns.
virtual ~HttpResponseCreatorFactory()
Virtual destructor.
Specifies the interface for implementing custom factory classes used to create instances of HttpRespo...