4 #ifndef _iqxmlrpc_reactor_select_impl_h_
5 #define _iqxmlrpc_reactor_select_impl_h_
10 #include <boost/utility.hpp>
17 #pragma warning(disable: 4251)
18 #pragma warning(disable: 4275)
23 Socket::Handler max_fd;
24 fd_set read_set, write_set, err_set;
25 Reactor_base::HandlerStateList hs;
31 void reset(
const Reactor_base::HandlerStateList&);
32 bool poll(Reactor_base::HandlerStateList& out, Reactor_base::Timeout);
41 #endif // not defined HAVE_POLL