summaryrefslogtreecommitdiff
path: root/src/session_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/session_base.hpp')
-rw-r--r--src/session_base.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session_base.hpp b/src/session_base.hpp
index 175a11d..e388d42 100644
--- a/src/session_base.hpp
+++ b/src/session_base.hpp
@@ -48,8 +48,8 @@ namespace zmq
void attach_pipe (class pipe_t *pipe_);
// Following functions are the interface exposed towards the engine.
- bool read (msg_t *msg_);
- bool write (msg_t *msg_);
+ virtual int read (msg_t *msg_);
+ virtual int write (msg_t *msg_);
void flush ();
void detach ();