summaryrefslogtreecommitdiff
path: root/TAO/tao/Asynch_Reply_Dispatcher_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-11 18:01:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-11 18:01:34 +0000
commitad055e8c800065dae4ef56b4bfb285087de4eb16 (patch)
tree664b480cec1a6f8bb71b1e5c79683622280388a7 /TAO/tao/Asynch_Reply_Dispatcher_Base.h
parent19ee30a56063ba5f5b27b37ddfc77c9b77c4dba3 (diff)
downloadATCD-ad055e8c800065dae4ef56b4bfb285087de4eb16.tar.gz
Mon Aug 11 17:56:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Asynch_Reply_Dispatcher_Base.h')
-rw-r--r--TAO/tao/Asynch_Reply_Dispatcher_Base.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/Asynch_Reply_Dispatcher_Base.h b/TAO/tao/Asynch_Reply_Dispatcher_Base.h
index 270db1d6067..c6a8d635d6e 100644
--- a/TAO/tao/Asynch_Reply_Dispatcher_Base.h
+++ b/TAO/tao/Asynch_Reply_Dispatcher_Base.h
@@ -53,16 +53,6 @@ public:
/// Sets the transport for this invocation.
void transport (TAO_Transport *t);
- /// @name The Reply Dispatcher methods
- //@{
- virtual int dispatch_reply (TAO_Pluggable_Reply_Params &) = 0;
-
- virtual void connection_closed (void) = 0;
- //@}
-
- /// Inform that the reply timed out
- virtual void reply_timed_out (void) = 0;
-
/// Install the timeout handler
virtual long schedule_timer (CORBA::ULong , const ACE_Time_Value &) = 0;