$treeview $search $mathjax
00001 #ifndef __AIRINV_BOM_SEGMENTDATEHELPER_HPP 00002 #define __AIRINV_BOM_SEGMENTDATEHELPER_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 00008 // Forward declarations 00009 namespace stdair { 00010 class SegmentDate; 00011 } 00012 00013 namespace AIRINV { 00016 class SegmentDateHelper { 00017 public: 00018 // ////////// Business Methods ///////// 00021 static void fillFromRouting (stdair::SegmentDate&); 00022 00032 static void updateElapsedTimeFromRouting (stdair::SegmentDate&); 00033 00035 static void updateDistanceFromElapsedTime (stdair::SegmentDate&); 00036 }; 00037 00038 } 00039 #endif // __AIRINV_BOM_SEGMENTDATEHELPER_HPP