summaryrefslogtreecommitdiff
path: root/TAO/tao/Reply_Dispatcher.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reply_Dispatcher.i')
-rw-r--r--TAO/tao/Reply_Dispatcher.i19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tao/Reply_Dispatcher.i b/TAO/tao/Reply_Dispatcher.i
deleted file mode 100644
index 826563e3eb5..00000000000
--- a/TAO/tao/Reply_Dispatcher.i
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-ACE_INLINE CORBA::ULong
-TAO_Synch_Reply_Dispatcher::reply_status (void) const
-{
- return this->reply_status_;
-}
-
-ACE_INLINE const TAO_GIOP_Version&
-TAO_Synch_Reply_Dispatcher::version (void) const
-{
- return this->version_;
-}
-
-ACE_INLINE TAO_GIOP_ServiceContextList&
-TAO_Synch_Reply_Dispatcher::reply_ctx (void)
-{
- return this->reply_ctx_;
-}