Kea 2.5.8
netconf/parser_context_decl.h
Go to the documentation of this file.
1// Copyright (C) 2018-2022 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#ifndef NETCONF_CONTEXT_DECL_H
8#define NETCONF_CONTEXT_DECL_H
9
11
12namespace isc {
13namespace netconf {
14
15class ParserContext;
16
17} // namespace dhcp
18} // namespace isc
19
20#endif
Defines the logger used by the top-level component of kea-lfc.