summaryrefslogtreecommitdiff
path: root/src/i_endpoint.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_endpoint.hpp')
-rw-r--r--src/i_endpoint.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i_endpoint.hpp b/src/i_endpoint.hpp
index 14a479e..8ee2984 100644
--- a/src/i_endpoint.hpp
+++ b/src/i_endpoint.hpp
@@ -25,6 +25,8 @@ namespace zmq
struct i_endpoint
{
+ virtual void attach_inpipe (class reader_t *pipe_) = 0;
+ virtual void attach_outpipe (class writer_t *pipe_) = 0;
virtual void revive (class reader_t *pipe_) = 0;
virtual void detach_inpipe (class reader_t *pipe_) = 0;
virtual void detach_outpipe (class writer_t *pipe_) = 0;