AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
SegmentDateHelper.hpp
Go to the documentation of this file.
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines