summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
commit64634605b3ccb90d582cfdf380535c89bf900a0e (patch)
tree9bfe98774ae40fe15a59c9b7166aaded2a9246f7 /src/socket_base.hpp
parent0e9ab2e8a3f5bc22f2c331c14236a2918a5512a8 (diff)
obsolete parameter removed from 'bind' command
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index b6df8c4..c766bda 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -114,8 +114,7 @@ namespace zmq
// Handlers for incoming commands.
void process_own (class owned_t *object_);
- void process_bind (class owned_t *session_,
- class reader_t *in_pipe_, class writer_t *out_pipe_);
+ void process_bind (class reader_t *in_pipe_, class writer_t *out_pipe_);
void process_term_req (class owned_t *object_);
void process_term_ack ();