From 45f83d78a56f4b3a812c87fec03a75558445b2ab Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 12 Aug 2010 15:03:51 +0200 Subject: one more dezombification bug fixed --- src/own.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/own.hpp') 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. -- cgit v1.2.3