Go to the documentation of this file.00001
00002 #ifndef __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
00003 #define __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
00004
00005
00006
00007
00008
00009 #include <boost/shared_ptr.hpp>
00010
00011 namespace stdair {
00012
00013
00014 struct OptimisationNotificationStruct;
00015
00016
00018 typedef boost::
00019 shared_ptr<OptimisationNotificationStruct> OptimisationNotificationPtr_T;
00020
00021 }
00022 #endif // __STDAIR_BOM_OPTIMISATIONNOTIFICATIONTYPES_HPP
00023