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