Kea
1.9.9-git
|
#include <exceptions/exceptions.h>
#include <boost/shared_ptr.hpp>
#include <fstream>
#include <ostream>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::util::PIDCantReadPID |
Exception thrown when an error occurs trying to read a PID from an opened file. More... | |
class | isc::util::PIDFile |
Class to help with processing PID files. More... | |
class | isc::util::PIDFileError |
Exception thrown when an error occurs during PID file processing. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::util | |
Typedefs | |
typedef boost::shared_ptr< PIDFile > | isc::util::PIDFilePtr |
Defines a shared pointer to a PIDFile. More... | |