From: Francis Dupont Date: Fri, 11 Dec 2015 21:50:44 +0000 (+0100) Subject: [4234] Made UnixCommandSocket::receiveHandler visible to doxygen X-Git-Tag: trac4263_base~6^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55450013dcebaeedbf3d7bbd90bb5a1d5abdf47a;p=thirdparty%2Fkea.git [4234] Made UnixCommandSocket::receiveHandler visible to doxygen --- diff --git a/src/lib/config/command_socket_factory.cc b/src/lib/config/command_socket_factory.cc index 768658ed37..df40ee029f 100644 --- a/src/lib/config/command_socket_factory.cc +++ b/src/lib/config/command_socket_factory.cc @@ -134,6 +134,8 @@ private: return (fd); } + /// @public + /// @brief Connection acceptor, a callback used to accept incoming connections. /// /// This callback is used on a control socket. Once called, it will accept @@ -180,6 +182,8 @@ private: .arg(sockfd_); } + /// @private + // This method is called when we shutdown the connection. void close() { LOG_INFO(command_logger, COMMAND_SOCKET_UNIX_CLOSE).arg(sockfd_)