1 #ifndef __AIRSCHED_AIRSCHED_TYPES_HPP
2 #define __AIRSCHED_AIRSCHED_TYPES_HPP
8 #include <boost/shared_ptr.hpp>
10 #include <stdair/stdair_exceptions.hpp>
15 class AIRSCHED_Service;
29 : stdair::ParserException (iWhat) {}
41 : stdair::FileNotFoundException (iWhat) {}
48 :
public stdair::FileNotFoundException {
54 : stdair::FileNotFoundException (iWhat) {}
65 #endif // __AIRSCHED_AIRSCHED_TYPES_HPP