Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ebd458e3
Commit
ebd458e3
authored
Oct 28, 2016
by
Tomek Mrugalski
🛰
Browse files
[5014] Added missing header file.
parent
14602ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/parser_context_decl.h
0 → 100644
View file @
ebd458e3
// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef PARSER6_CONTEXT_DECL_H
#define PARSER6_CONTEXT_DECL_H
/// @file eval_context_decl.h Forward declaration of the EvalContext class
namespace
isc
{
namespace
dhcp
{
class
Parser6Context
;
};
// end of isc::eval namespace
};
// end of isc namespace
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment