summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Transport.h')
-rw-r--r--TAO/tao/Strategies/DIOP_Transport.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Strategies/DIOP_Transport.h b/TAO/tao/Strategies/DIOP_Transport.h
index e86ff7846a5..cfc6f8036d9 100644
--- a/TAO/tao/Strategies/DIOP_Transport.h
+++ b/TAO/tao/Strategies/DIOP_Transport.h
@@ -73,8 +73,8 @@ protected:
*/
//@{
- virtual ACE_Event_Handler *event_handler_i (void);
-
+ virtual ACE_Event_Handler * event_handler_i (void);
+ virtual ACE_Event_Handler * invalidate_event_handler_i (void);
virtual TAO_Pluggable_Messaging *messaging_object (void);
/// Write the complete Message_Block chain to the connection.
@@ -90,9 +90,6 @@ protected:
virtual int register_handler_i (void);
- /// Method to do whatever it needs to do when the connection
- /// handler is being closed and destroyed.
- virtual void transition_handler_state_i (void);
///@}
public:
/// @todo These methods IMHO should have more meaningful names.