summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Transport.h')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Transport.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Transport.h b/TAO/tao/Strategies/SHMIOP_Transport.h
index 3e922d82b33..2acd909addf 100644
--- a/TAO/tao/Strategies/SHMIOP_Transport.h
+++ b/TAO/tao/Strategies/SHMIOP_Transport.h
@@ -67,7 +67,8 @@ protected:
* These are implementations of template methods declared by TAO_Transport.
*/
//@{
- 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);
@@ -88,9 +89,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: