1 #ifndef __SEVMGR_BOM_BOMJSONEXPORT_HPP
2 #define __SEVMGR_BOM_BOMJSONEXPORT_HPP
10 #if BOOST_VERSION >= 104100
11 #include <boost/property_tree/ptree.hpp>
12 #include <boost/property_tree/json_parser.hpp>
13 #endif // BOOST_VERSION >= 104100
15 #include <stdair/stdair_service_types.hpp>
16 #include <stdair/bom/EventTypes.hpp>
18 #if BOOST_VERSION >= 104100
19 namespace bpt = boost::property_tree;
20 #else // BOOST_VERSION >= 104100
24 #endif // BOOST_VERSION >= 104100
53 const stdair::EventType::EN_EventType&);
58 #endif // __SEVMGR_BOM_BOMJSONEXPORT_HPP