summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_CH_Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_CH_Event.h')
-rw-r--r--TAO/tao/LF_CH_Event.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/LF_CH_Event.h b/TAO/tao/LF_CH_Event.h
index 2a92f9007ab..f9adcc5fb1b 100644
--- a/TAO/tao/LF_CH_Event.h
+++ b/TAO/tao/LF_CH_Event.h
@@ -23,6 +23,8 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+class TAO_LF_Multi_Event;
+
/**
* @class TAO_LF_CH_Event
*
@@ -35,6 +37,15 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Export TAO_LF_CH_Event: public TAO_LF_Event
{
public:
+ /**
+ * The TAO_LF_Multi_Event class is another specialization of
+ * TAO_LF_Event, used for aggregating many connection handlers into
+ * a single event object.. It requires friendship so that it can
+ * check the is_state_final() flag on each of its contained
+ * connection handlers.
+ */
+ friend class TAO_LF_Multi_Event;
+
/// Constructor
TAO_LF_CH_Event (void);