AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
BomRootHelper.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_BOM_BOMROOTHELPER_HPP
00002 #define __AIRINV_BOM_BOMROOTHELPER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 
00008 // Forward declarations.
00009 namespace stdair {
00010   class BomRoot;
00011 }
00012 
00013 namespace AIRINV {
00016   class BomRootHelper {
00017   public:
00018     // ////////// Business Methods /////////
00021     static void fillFromRouting (const stdair::BomRoot&);
00022   };
00023 
00024 }
00025 #endif // __AIRINV_BOM_BOMROOTHELPER_HPP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines