00001
00002 #ifndef __STDAIR_BOM_CONFIGHOLDERTYPES_HPP
00003 #define __STDAIR_BOM_CONFIGHOLDERTYPES_HPP
00004
00005
00006
00007
00008
00009 #include <list>
00010
00011 #include <boost/shared_ptr.hpp>
00012
00013 namespace stdair {
00014
00015
00016 struct ConfigHolderStruct;
00017
00018
00020 typedef boost::shared_ptr<ConfigHolderStruct> ConfigHolderPtr_T;
00021
00022 }
00023 #endif // __STDAIR_BOM_CONFIGHOLDERTYPES_HPP
00024