Kea 2.7.5
|
#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 | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
Typedefs | |
typedef boost::shared_ptr< PIDFile > | isc::util::PIDFilePtr |
Defines a shared pointer to a PIDFile. | |