$treeview $search $mathjax
00001 #ifndef __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP 00002 #define __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // AirTSP 00008 #include <airtsp/bom/LegStruct.hpp> 00009 #include <airtsp/bom/SegmentStruct.hpp> 00010 00011 // Forward declarations 00012 namespace stdair { 00013 class SegmentPeriod; 00014 } 00015 00016 namespace AIRTSP { 00017 00022 class SegmentPeriodHelper { 00023 public: 00024 // ////////// Business Methods ///////// 00029 static void fill (stdair::SegmentPeriod&, const SegmentStruct&); 00030 00035 static void fill (stdair::SegmentPeriod&, const LegStructList_T&); 00036 }; 00037 00038 } 00039 #endif // __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP