diff options
Diffstat (limited to 'src/rep.hpp')
-rw-r--r-- | src/rep.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rep.hpp b/src/rep.hpp index 0b608ee..2cd3931 100644 --- a/src/rep.hpp +++ b/src/rep.hpp @@ -29,7 +29,7 @@ namespace xs class ctx_t; class msg_t; - class io_thread_t; + class poller_base_t; class socket_base_t; class rep_t : public xrep_t @@ -64,7 +64,7 @@ namespace xs { public: - rep_session_t (xs::io_thread_t *io_thread_, bool connect_, + rep_session_t (xs::poller_base_t *io_thread_, bool connect_, xs::socket_base_t *socket_, const options_t &options_, const char *protocol_, const char *address_); ~rep_session_t (); |