summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfo.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInfo.inl')
-rw-r--r--TAO/tao/IORInterceptor/IORInfo.inl20
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfo.inl b/TAO/tao/IORInterceptor/IORInfo.inl
deleted file mode 100644
index dfb66194baf..00000000000
--- a/TAO/tao/IORInterceptor/IORInfo.inl
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE void
-TAO_IORInfo::invalidate (void)
-{
- this->poa_ = 0;
-}
-
-ACE_INLINE void
-TAO_IORInfo::components_established (void)
-{
- this->components_established_ = true;
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL