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.i65
1 files changed, 0 insertions, 65 deletions
diff --git a/TAO/tao/Reply_Dispatcher.i b/TAO/tao/Reply_Dispatcher.i
index 24a9f941779..cfa1da318d3 100644
--- a/TAO/tao/Reply_Dispatcher.i
+++ b/TAO/tao/Reply_Dispatcher.i
@@ -1,66 +1 @@
// $Id$
-
-
-ACE_INLINE CORBA::ULong
-TAO_Synch_Reply_Dispatcher::reply_status (void) const
-{
- return this->reply_status_;
-}
-
-#if 0
-ACE_INLINE const TAO_GIOP_Version&
-TAO_Synch_Reply_Dispatcher::version (void) const
-{
- return this->version_;
-}
-#endif /* if 0 */
-
-#if (TAO_HAS_AMI_CALLBACK == 1) || (TAO_HAS_AMI_POLLER == 1)
-
-ACE_INLINE CORBA::ULong
-TAO_Asynch_Reply_Dispatcher::reply_status (void) const
-{
- return this->reply_status_;
-}
-
-#if 0
-ACE_INLINE const TAO_GIOP_Version &
-TAO_Asynch_Reply_Dispatcher::version (void) const
-{
- return this->version_;
-}
-#endif /*if 0*/
-ACE_INLINE void
-TAO_Asynch_Reply_Dispatcher::transport (TAO_Transport *t)
-{
- this->transport_ = t;
-}
-
-#endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
-
-//*********************************************************************
-
-#if (TAO_HAS_MINIMUM_CORBA == 0)
-
-ACE_INLINE CORBA::ULong
-TAO_DII_Deferred_Reply_Dispatcher::reply_status (void) const
-{
- return this->reply_status_;
-}
-
-#if 0
-ACE_INLINE const TAO_GIOP_Version&
-TAO_DII_Deferred_Reply_Dispatcher::version (void) const
-{
- return this->version_;
-}
-
-#endif /*If 0 */
-
-ACE_INLINE void
-TAO_DII_Deferred_Reply_Dispatcher::transport (TAO_Transport *t)
-{
- this->transport_ = t;
-}
-
-#endif /* TAO_HAS_MINIMUM_CORBA */