summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher.h b/TAO/tao/Asynch_Reply_Dispatcher.h
index 1e26c905518..71fd4cbd9ff 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher.h
+++ b/TAO/tao/Asynch_Reply_Dispatcher.h
@@ -27,7 +27,6 @@
class TAO_Pluggable_Reply_Params;
class TAO_ORB_Core ;
-class TAO_Asynch_Timeout_Handler;
@@ -58,12 +57,6 @@ public:
virtual void connection_closed (void);
- /// Inform that the reply timed out
- virtual void reply_timed_out (void);
-
- /// Install the timeout handler
- virtual void timeout_handler (TAO_Asynch_Timeout_Handler *timeout_handler);
-
protected:
/// The service context list.
/**
@@ -109,21 +102,12 @@ public:
virtual void connection_closed (void);
- /// Inform that the reply timed out
- virtual void reply_timed_out (void);
-
- /// Install the timeout handler
- virtual void timeout_handler (TAO_Asynch_Timeout_Handler *timeout_handler);
-
private:
/// Skeleton for the call back method in the Reply Handler.
const TAO_Reply_Handler_Skeleton reply_handler_skel_;
/// Reply Handler passed in the Asynchronous Invocation.
Messaging::ReplyHandler_var reply_handler_;
-
- /// Timeout Handler in case of AMI timeouts
- TAO_Asynch_Timeout_Handler *timeout_handler_;
};
#endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */