Kea
1.9.9-git
|
#include <asiolink/io_service.h>
#include <cc/data.h>
#include <exceptions/exceptions.h>
#include <d2/d2_config.h>
#include <hooks/hooks_config.h>
#include <process/d_cfg_mgr.h>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::d2::D2CfgContext |
DHCP-DDNS Configuration Context. More... | |
class | isc::d2::D2CfgMgr |
DHCP-DDNS Configuration Manager. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::d2 | |
Typedefs | |
typedef boost::shared_ptr< D2CfgContext > | isc::d2::D2CfgContextPtr |
Pointer to a configuration context. More... | |
typedef boost::shared_ptr< D2CfgMgr > | isc::d2::D2CfgMgrPtr |
Defines a shared pointer to D2CfgMgr. More... | |
typedef boost::shared_ptr< DdnsDomainListMgr > | isc::d2::DdnsDomainListMgrPtr |
Defines a pointer for DdnsDomain instances. More... | |