00001 #ifndef __RMOL_BOM_EMDETRUNCATOR_HPP 00002 #define __RMOL_BOM_EMDETRUNCATOR_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 namespace RMOL { 00008 // Forward declarations. 00009 struct HistoricalBookingHolder; 00010 00012 class EMDetruncator { 00013 public: 00016 static void unconstrainUsingEMMethod (HistoricalBookingHolder&); 00017 }; 00018 } 00019 #endif // __RMOL_BOM_EMDETRUNCATOR_HPP