Go to the documentation of this file.00001 #ifndef __AIRINV_SVR_REPLY_HPP
00002 #define __AIRINV_SVR_REPLY_HPP
00003
00004
00005
00006
00007
00008 #include <string>
00009 #include <vector>
00010
00011 #include <boost/asio.hpp>
00012
00013 #include <airinv/FlightRequestStatus.hpp>
00014
00015 namespace AIRINV {
00016
00018 struct Reply {
00020 FlightRequestStatus::EN_FlightRequestStatus _status;
00021
00023 std::string content;
00024
00029 std::vector<boost::asio::const_buffer> to_buffers();
00030 };
00031
00032 }
00033 #endif // __AIRINV_SVR_REPLY_HPP