1 #ifndef __AIRINV_SVR_REQUESTHANDLER_HPP
2 #define __AIRINV_SVR_REQUESTHANDLER_HPP
10 #include <boost/noncopyable.hpp>
12 #include <stdair/stdair_basic_types.hpp>
17 struct InventoryKey_T;
18 struct FlightDateKey_T;
46 stdair::AirlineCode_T _airlineCode;
50 #endif // __AIRINV_SVR_REQUESTHANDLER_HPP
RequestHandler(const stdair::AirlineCode_T &)
The common handler for all incoming requests.
bool handleRequest(Request &, Reply &) const