summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Base.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation_Base.inl')
-rw-r--r--TAO/tao/Invocation_Base.inl14
1 files changed, 2 insertions, 12 deletions
diff --git a/TAO/tao/Invocation_Base.inl b/TAO/tao/Invocation_Base.inl
index c6a27ca28ab..fcdf1d95f41 100644
--- a/TAO/tao/Invocation_Base.inl
+++ b/TAO/tao/Invocation_Base.inl
@@ -1,9 +1,5 @@
// -*- C++ -*-
-//
// $Id$
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
ACE_INLINE TAO_ORB_Core *
@@ -84,13 +80,7 @@ namespace TAO
{
return this->invoke_status_;
}
+#endif /*TAO_HAS_INTERCEPTORS*/
- ACE_INLINE bool
- Invocation_Base::is_remote_request (void) const
- {
- return this->is_remote_request_;
- }
-#endif /* TAO_HAS_INTERCEPTORS */
-}
-TAO_END_VERSIONED_NAMESPACE_DECL
+}