AirInv Logo  1.00.7
C++ Simulated Airline Inventory Management System Library
SegmentDateHelper.hpp
Go to the documentation of this file.
1#ifndef __AIRINV_BOM_SEGMENTDATEHELPER_HPP
2#define __AIRINV_BOM_SEGMENTDATEHELPER_HPP
3
4// //////////////////////////////////////////////////////////////////////
5// Import section
6// //////////////////////////////////////////////////////////////////////
7
8// Forward declarations
9namespace stdair {
10 class SegmentDate;
11}
12
13namespace AIRINV {
17 public:
18 // ////////// Business Methods /////////
21 static void fillFromRouting (stdair::SegmentDate&);
22
32 static void updateElapsedTimeFromRouting (stdair::SegmentDate&);
33
35 static void updateDistanceFromElapsedTime (stdair::SegmentDate&);
36 };
37
38}
39#endif // __AIRINV_BOM_SEGMENTDATEHELPER_HPP
static void updateElapsedTimeFromRouting(stdair::SegmentDate &)
static void updateDistanceFromElapsedTime(stdair::SegmentDate &)
static void fillFromRouting(stdair::SegmentDate &)
Forward declarations.