Kea  1.9.9-git
netconf/parser_context_decl.h
Go to the documentation of this file.
1 // Copyright (C) 2018 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 
12 namespace isc {
13 namespace netconf {
14 
15 class ParserContext;
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-dhcp-ddns.