10 #ifndef STDOUT_CONTROL_SOCKET_H
11 #define STDOUT_CONTROL_SOCKET_H
54 const std::string& service);
64 const std::string& service);
90 #endif // STDOUT_CONTROL_SOCKET_H
virtual ~StdoutControlSocket()
Destructor (does nothing).
StdoutControlSocket(CfgControlSocketPtr ctrl_sock)
Constructor.
boost::shared_ptr< ControlSocketBase > ControlSocketBasePtr
Type definition for the pointer to the ControlSocketBase.
Base class for control socket communication.
std::ostream & output_
The output stream (std::cout outside tests).
virtual data::ConstElementPtr configGet(const std::string &service)
Get configuration.
boost::shared_ptr< const Element > ConstElementPtr
Defines the logger used by the top-level component of kea-dhcp-ddns.
Contains declarations for control socket communication.
boost::shared_ptr< StdoutControlSocket > StdoutControlSocketPtr
Type definition for the pointer to the StdoutControlSocket.
virtual data::ConstElementPtr configTest(data::ConstElementPtr config, const std::string &service)
Test configuration.
Class for control socket communication over stdout.
boost::shared_ptr< CfgControlSocket > CfgControlSocketPtr
Defines a pointer for CfgControlSocket instances.
virtual data::ConstElementPtr configSet(data::ConstElementPtr config, const std::string &service)
Set configuration.