Initial KEA DHCP Hook
[demo.git] / vnfs / vCPE / kea-sdnc-notify-mod / src / library_common.h
1 /**************************************************************************//**
2 * @file
3 * common headers 
4 *
5 *
6 * License
7 * -------
8 *
9 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
10 *
11 * Licensed under the Apache License, Version 2.0 (the "License");
12 * you may not use this file except in compliance with the License.
13 * You may obtain a copy of the License at
14 *        http://www.apache.org/licenses/LICENSE-2.0
15 *
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 ****************************************************************************/
23
24
25
26 #ifndef LIBRARY_COMMON_H
27 #define LIBRARY_COMMON_H
28 #include <string>
29 #include <iostream>
30 #include <hooks/hooks.h>
31 #include <boost/property_tree/ptree.hpp>
32 #include <boost/property_tree/json_parser.hpp>
33
34 extern std::string json_params[3];
35 #endif