diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 17:09:43 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 17:09:43 +0000 |
commit | 99906602157fe5ad02790a079758ab1324f228a6 (patch) | |
tree | ce937029f859ddd136264749d1e48494214d3a30 /TAO/tao/Connection_Handler.h | |
parent | 79a749e3a265ceac4d803dfadc0a9ca2152744da (diff) | |
download | ATCD-99906602157fe5ad02790a079758ab1324f228a6.tar.gz |
ChangeLogTag: Tue Nov 12 11:08:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Connection_Handler.h')
-rw-r--r-- | TAO/tao/Connection_Handler.h | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/TAO/tao/Connection_Handler.h b/TAO/tao/Connection_Handler.h index c72d1c92c6f..a54eeee6ae9 100644 --- a/TAO/tao/Connection_Handler.h +++ b/TAO/tao/Connection_Handler.h @@ -16,7 +16,7 @@ #include "ace/pre.h" -#include "LF_Event.h" +#include "LF_CH_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_Event +class TAO_Export TAO_Connection_Handler : public TAO_LF_CH_Event { public: @@ -104,15 +104,16 @@ protected: /// Object. int svc_i (void); - /// 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; + /**** + * 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; + */ //@{ /** |