10 #ifndef UNIX_CONTROL_SOCKET_H
11 #define UNIX_CONTROL_SOCKET_H
52 const std::string& service);
63 const std::string& service);
89 #endif // UNIX_CONTROL_SOCKET_H
boost::shared_ptr< ControlSocketBase > ControlSocketBasePtr
Type definition for the pointer to the ControlSocketBase.
UnixControlSocket(CfgControlSocketPtr ctrl_sock)
Constructor.
Base class for control socket communication.
boost::shared_ptr< UnixControlSocket > UnixControlSocketPtr
Type definition for the pointer to the UnixControlSocket.
virtual ~UnixControlSocket()
Destructor (does nothing).
virtual data::ConstElementPtr configTest(data::ConstElementPtr config, const std::string &service)
Test configuration.
virtual data::ConstElementPtr configSet(data::ConstElementPtr config, const std::string &service)
Set configuration.
boost::shared_ptr< const Element > ConstElementPtr
Class for control socket communication over UNIX socket.
virtual data::ConstElementPtr configGet(const std::string &service)
Get configuration.
Defines the logger used by the top-level component of kea-dhcp-ddns.
Contains declarations for control socket communication.
boost::shared_ptr< CfgControlSocket > CfgControlSocketPtr
Defines a pointer for CfgControlSocket instances.