Go to the documentation of this file.
23 #ifndef INCLUDED_GR_SELECT_HANDLER_H
24 #define INCLUDED_GR_SELECT_HANDLER_H
27 #include <boost/shared_ptr.hpp>
49 int fd()
const {
return d_fd; }
58 virtual void handle_read() = 0;
66 virtual void handle_write() = 0;