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, 0 insertions, 11 deletions
diff --git a/TAO/tao/LF_CH_Event.h b/TAO/tao/LF_CH_Event.h
index f9adcc5fb1b..2a92f9007ab 100644
--- a/TAO/tao/LF_CH_Event.h
+++ b/TAO/tao/LF_CH_Event.h
@@ -23,8 +23,6 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_LF_Multi_Event;
-
/**
* @class TAO_LF_CH_Event
*
@@ -37,15 +35,6 @@ class TAO_LF_Multi_Event;
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);