Go to the documentation of this file.00001 #ifndef __AIRINV_SVR_REQUEST_HPP
00002 #define __AIRINV_SVR_REQUEST_HPP
00003
00004
00005
00006
00007
00008 #include <string>
00009 #include <vector>
00010
00011 #include <stdair/stdair_basic_types.hpp>
00012 #include <stdair/stdair_date_time_types.hpp>
00013
00014
00015 namespace AIRINV {
00016
00018 struct Request {
00019 public:
00024 bool parseFlightDate();
00025
00026 public:
00027
00029 std::string _flightDetails;
00031 stdair::AirlineCode_T _airlineCode;
00033 stdair::FlightNumber_T _flightNumber;
00035 stdair::Date_T _departureDate;
00036 };
00037
00038 }
00039 #endif // __AIRINV_SVR_REQUEST_HPP