00001 #ifndef __RMOL_COMMAND_DETRUNCATOR_HPP
00002 #define __RMOL_COMMAND_DETRUNCATOR_HPP
00003
00004
00005
00006
00007
00008 #include <stdair/stdair_inventory_types.hpp>
00009 #include <stdair/basic/UnconstrainingMethod.hpp>
00010
00011 #include <rmol/RMOL_Types.hpp>
00012
00013
00014 namespace RMOL {
00015
00016 struct HistoricalBookingHolder;
00017
00020 class Detruncator {
00021 public:
00025 static void unconstrain (HistoricalBookingHolder&,
00026 const stdair::UnconstrainingMethod&);
00027
00028 };
00029 }
00030 #endif // __RMOL_COMMAND_DETRUNCATOR_HPP
00031
00032