parser_context_decl.h 534 B

1234567891011121314151617181920
  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. #ifndef PARSER6_CONTEXT_DECL_H
  7. #define PARSER6_CONTEXT_DECL_H
  8. /// @file eval_context_decl.h Forward declaration of the EvalContext class
  9. namespace isc {
  10. namespace dhcp {
  11. class Parser6Context;
  12. }; // end of isc::eval namespace
  13. }; // end of isc namespace
  14. #endif