 |
Kea
1.5.0
|
Go to the documentation of this file.
7 #ifndef BASE_CONFIG_BACKEND_H
8 #define BASE_CONFIG_BACKEND_H
10 #include <boost/shared_ptr.hpp>
67 #endif // BASE_CONFIG_BACKEND_H
virtual std::string getType() const =0
Returns backend type in the textual format.
virtual ~BaseConfigBackend()
Virtual destructor.
virtual uint16_t getPort() const =0
Returns backend port number.
virtual std::string getHost() const =0
Returns backend host.
Defines the logger used by the top-level component of kea-dhcp-ddns.
boost::shared_ptr< BaseConfigBackend > BaseConfigBackendPtr
Shared pointer to the BaseConfigBackend.
Interface for Kea server specific configuration backend implementations.