summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-06-29 05:35:43 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-06-29 05:35:43 +0000
commitc76efe915dc3aa9dbca8b6a66d239b94ee7b0de1 (patch)
treebeceffe6d02432228de283959c8b14fc40138622 /TAO/tao/Invocation_Base.inl
parentf6126942a35f642b1dc1760957672374f24cfaa4 (diff)
downloadATCD-c76efe915dc3aa9dbca8b6a66d239b94ee7b0de1.tar.gz
ChangeLogTag:Tue Jun 28 22:21:32 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Invocation_Base.inl')
-rw-r--r--TAO/tao/Invocation_Base.inl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Invocation_Base.inl b/TAO/tao/Invocation_Base.inl
index d94053f3c18..02540daf836 100644
--- a/TAO/tao/Invocation_Base.inl
+++ b/TAO/tao/Invocation_Base.inl
@@ -32,15 +32,6 @@ namespace TAO
return this->forwarded_to_._retn ();
}
- ACE_INLINE void
- Invocation_Base::reply_received (Invocation_Status s)
- {
-#if TAO_HAS_INTERCEPTORS == 1
- this->req_info_.reply_status (s);
-#endif /*TAO_HAS_INTERCEPTORS*/
- ACE_UNUSED_ARG (s);
- }
-
ACE_INLINE bool
Invocation_Base::is_forwarded (void) const
{