summaryrefslogtreecommitdiff
path: root/src/xrep.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-16 15:10:21 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-16 15:10:21 +0200
commit0ad302e8cb506234c15f0992329b0ea6d580daf0 (patch)
tree227e02f8db5d772316ca1a9d5c0eabb5e5f2735b /src/xrep.hpp
parent48210efd8498cbf666919495ed5873b1355fce62 (diff)
Few trivial fixes to REQ/REP pattern.
- couple of comments adjusted - empty 'stack delimiter' message correctly closed - non-reachable function xrep_t::rollback() removed Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/xrep.hpp')
-rw-r--r--src/xrep.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xrep.hpp b/src/xrep.hpp
index 514d61d..8e16a4c 100644
--- a/src/xrep.hpp
+++ b/src/xrep.hpp
@@ -58,11 +58,6 @@ namespace xs
void xwrite_activated (xs::pipe_t *pipe_);
void xterminated (xs::pipe_t *pipe_);
- protected:
-
- // Rollback any message parts that were sent but not yet flushed.
- int rollback ();
-
private:
// Fair queueing object for inbound pipes.