C:\refcount>diff -b -C 10 orig\Event_Handler.h patched/Event_Handler.h *** orig\Event_Handler.h Sat Sep 22 15:20:14 2001 --- patched/Event_Handler.h Thu Oct 25 17:13:04 2001 *************** *** 8,27 **** --- 8,28 ---- * * @author Douglas C. Schmidt */ //============================================================================= #ifndef ACE_EVENT_HANDLER_H #define ACE_EVENT_HANDLER_H #include "ace/pre.h" #include "ace/ACE.h" + #include "ace/Synch_T.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ // Forward declaration. class ACE_Message_Block; class ACE_Reactor; class ACE_Thread_Manager; class ACE_Process; *************** *** 134,153 **** --- 135,158 ---- /// themseleves. virtual int resume_handler (void); virtual int handle_qos (ACE_HANDLE = ACE_INVALID_HANDLE); virtual int handle_group_qos (ACE_HANDLE = ACE_INVALID_HANDLE); // = Accessors to set/get the various event demultiplexors. virtual void reactor (ACE_Reactor *reactor); virtual ACE_Reactor *reactor (void) const; + // Reference counting methods. + static void add_ref (ACE_Event_Handler* h); + static void remove_ref (ACE_Event_Handler* h); + #if !defined (ACE_HAS_WINCE) /** * Used to read from non-socket ACE_HANDLEs in our own thread to * work around Win32 limitations that don't allow us to