]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4234] Made UnixCommandSocket::receiveHandler visible to doxygen
authorFrancis Dupont <fdupont@isc.org>
Fri, 11 Dec 2015 21:50:44 +0000 (22:50 +0100)
committerFrancis Dupont <fdupont@isc.org>
Fri, 11 Dec 2015 21:50:44 +0000 (22:50 +0100)
src/lib/config/command_socket_factory.cc

index 768658ed372092c1372c0c324146450f0e322e95..df40ee029f37b7f357b2ec3cc237a739e017af03 100644 (file)
@@ -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_)