Kea 2.5.8
dhcp6/parser_context_decl.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 PARSER6_CONTEXT_DECL_H
8#define PARSER6_CONTEXT_DECL_H
9
11
12namespace isc {
13namespace dhcp {
14
15class Parser6Context;
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.