summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-11-12 17:23:48 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-11-12 17:23:48 +0000
commit9bccb225174b2f0564bc9bb39618e0befbae5fdc (patch)
tree0f237505cc4ec5454fb7116f5aac775b9900c81a
parentfd928569c1d86c4bf2f2e2b6391aa8da78462622 (diff)
downloadATCD-9bccb225174b2f0564bc9bb39618e0befbae5fdc.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Connection_Handler.h23
1 files 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;
//@{
/**