From 9bccb225174b2f0564bc9bb39618e0befbae5fdc Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 12 Nov 2002 17:23:48 +0000 Subject: *** empty log message *** --- TAO/tao/Connection_Handler.h | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index a54eeee6ae9..c72d1c92c6f 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -16,7 +16,7 @@ #include "ace/pre.h" -#include "LF_CH_Event.h" +#include "LF_Event.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -41,7 +41,7 @@ class ACE_Event_Handler; * right protocol. This way, most of the common code for the * different protocols would be in this implementation. */ -class TAO_Export TAO_Connection_Handler : public TAO_LF_CH_Event +class TAO_Export TAO_Connection_Handler : public TAO_LF_Event { public: @@ -104,16 +104,15 @@ protected: /// Object. int svc_i (void); - /**** - * Not sure where they are defined and used.. Looks legacy. - * - * Increment and decrement the number of upcalls that have gone - * this handler. Returns the upcall count. The calls are - * safe.. - * int incr_pending_upcalls (void); - * int decr_pending_upcalls (void); - * int pending_upcalls (void) const; - */ + /// Increment and decrement the number of upcalls that have gone + /// through this handler. Returns the upcall count. The calls are + /// thread safe.. + int incr_pending_upcalls (void); + + int decr_pending_upcalls (void); + + /// Query the upcall count + int pending_upcalls (void) const; //@{ /** -- cgit v1.2.1