diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-20 20:29:24 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-06-20 20:29:58 +0200 |
commit | 4a1c295f664c69333e55144d39d1b2e2f8d11464 (patch) | |
tree | 8a30066112b2ca746af1a1fe71559312ae69da0d /src/bin/netconf/netconf_controller.h | |
parent | [#3435] fix a crash on empty notification tree (diff) | |
download | kea-4a1c295f664c69333e55144d39d1b2e2f8d11464.tar.xz kea-4a1c295f664c69333e55144d39d1b2e2f8d11464.zip |
[#3435] some formatting in netconf
Diffstat (limited to 'src/bin/netconf/netconf_controller.h')
-rw-r--r-- | src/bin/netconf/netconf_controller.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/netconf/netconf_controller.h b/src/bin/netconf/netconf_controller.h index ca1f72510b..0d5224de57 100644 --- a/src/bin/netconf/netconf_controller.h +++ b/src/bin/netconf/netconf_controller.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2018-2024 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -20,7 +20,6 @@ namespace netconf { /// NetconfProcess. class NetconfController : public process::DControllerBase { public: - /// @brief Static singleton instance method. /// /// This method returns the base class singleton instance member. @@ -59,7 +58,6 @@ public: void processSignal(int signum) override final; private: - /// @brief Creates an instance of the Netconf application process. /// /// This method is invoked during the process initialization step of |