summaryrefslogtreecommitdiff
path: root/src/router.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/router.cpp')
-rwxr-xr-xsrc/router.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/router.cpp b/src/router.cpp
index 2c9ade9..c8cc278 100755
--- a/src/router.cpp
+++ b/src/router.cpp
@@ -270,5 +270,15 @@ bool zmq::router_t::xhas_out ()
return true;
}
+zmq::router_session_t::router_session_t (io_thread_t *io_thread_, bool connect_,
+ socket_base_t *socket_, const options_t &options_,
+ const char *protocol_, const char *address_) :
+ session_base_t (io_thread_, connect_, socket_, options_, protocol_,
+ address_)
+{
+}
+zmq::router_session_t::~router_session_t ()
+{
+}