00001 #ifndef __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP 00002 #define __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // RMOL Bom 00008 #include <rmol/bom/BomAbstract.hpp> 00009 #include <rmol/RMOL_Types.hpp> 00010 00011 namespace RMOL { 00012 00013 // Forward declaration 00014 struct HistoricalBookingHolderHolder; 00015 00017 class QEquivalentBookingCalculator : public BomAbstract { 00018 00019 public: 00020 00026 static void calculateQEquivalentBooking 00027 (HistoricalBookingHolderHolder&, 00028 SellupProbabilityVector_T&, 00029 HolderOfQEquivalentBookingsPerSimilarFlight_T&); 00030 }; 00031 00032 } 00033 #endif // __RMOL_BOM_QEQUIVQLENTBOOKINGCALCULATOR_HPP
Generated on Fri Jul 30 21:53:12 2010 for RMOL by Doxygen 1.6.1