summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/IORInterceptor/IORInfo.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/IORInterceptor/IORInfo.inl')
-rw-r--r--ACE/TAO/tao/IORInterceptor/IORInfo.inl20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/TAO/tao/IORInterceptor/IORInfo.inl b/ACE/TAO/tao/IORInterceptor/IORInfo.inl
new file mode 100644
index 00000000000..dfb66194baf
--- /dev/null
+++ b/ACE/TAO/tao/IORInterceptor/IORInfo.inl
@@ -0,0 +1,20 @@
+// -*- 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