AirTSP Logo  1.01.0
C++ Simulated Airline Travel Solution Provider Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SegmentPeriodHelper.hpp
Go to the documentation of this file.
1 #ifndef __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP
2 #define __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // AirTSP
10 
11 // Forward declarations
12 namespace stdair {
13  class SegmentPeriod;
14 }
15 
16 namespace AIRTSP {
17 
23  public:
24  // ////////// Business Methods /////////
29  static void fill (stdair::SegmentPeriod&, const SegmentStruct&);
30 
35  static void fill (stdair::SegmentPeriod&, const LegStructList_T&);
36  };
37 
38 }
39 #endif // __AIRTSP_BOM_SEGMENTPERIODHELPER_HPP