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