From cf65201234014d5509a3b635e6be5924909a5e07 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sat, 22 Mar 1997 21:03:22 +0000 Subject: *** empty log message *** --- ace/Connector.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ace/Connector.h') diff --git a/ace/Connector.h b/ace/Connector.h index a20da7fcdf3..8f800e8cb54 100644 --- a/ace/Connector.h +++ b/ace/Connector.h @@ -253,6 +253,10 @@ private: ACE_Reactor *reactor_; // Event demultiplex associated with this object. + + char closing_; + // Keeps track of whether we are in the process of closing (required + // to avoid circular calls to ). }; #include "ace/Connector.i" -- cgit v1.2.1