summaryrefslogtreecommitdiff
path: root/src/own.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/own.hpp')
-rw-r--r--src/own.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/own.hpp b/src/own.hpp
index dc14fcc..b65177e 100644
--- a/src/own.hpp
+++ b/src/own.hpp
@@ -85,6 +85,10 @@ namespace zmq
void register_term_acks (int count_);
void unregister_term_ack ();
+ // A place to hook in when phyicallal destruction of the object
+ // is to be delayed.
+ virtual void process_destroy ();
+
private:
// Set owner of the object
@@ -94,7 +98,6 @@ namespace zmq
void process_own (own_t *object_);
void process_term_req (own_t *object_);
void process_term_ack ();
-
void process_seqnum ();
// Check whether all the peding term acks were delivered.