Kea
1.9.9-git
|
#include <asiolink/io_service.h>
#include <cc/data.h>
#include <process/d_cfg_mgr.h>
#include <boost/shared_ptr.hpp>
#include <exceptions/exceptions.h>
#include <atomic>
Go to the source code of this file.
Classes | |
class | isc::process::DProcessBase |
Application Process Interface. More... | |
class | isc::process::DProcessBaseError |
Exception thrown if the process encountered an operational error. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::process | |
Typedefs | |
typedef boost::shared_ptr< DProcessBase > | isc::process::DProcessBasePtr |
Defines a shared pointer to DProcessBase. More... | |