Kea
2.7.5
command_mgr.cc
Go to the documentation of this file.
1
// Copyright (C) 2015-2024 Internet Systems Consortium, Inc. ("ISC")
2
//
3
// This Source Code Form is subject to the terms of the Mozilla Public
4
// License, v. 2.0. If a copy of the MPL was not distributed with this
5
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7
#include <config.h>
8
9
#include <
config/command_mgr.h
>
10
11
namespace
isc
{
12
namespace
config {
13
14
CommandMgr::CommandMgr() : HookedCommandMgr() {
15
}
16
17
CommandMgr&
18
CommandMgr::instance() {
19
static
CommandMgr
cmd_mgr;
20
return
(cmd_mgr);
21
}
22
23
}
// end of isc::config
24
}
// end of isc
isc::config::CommandMgr
Commands Manager implementation for the Kea servers.
Definition
command_mgr.h:20
command_mgr.h
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
config
command_mgr.cc
Generated on Wed Nov 20 2024 11:53:23 for Kea by
1.10.0