summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInfo.inl
blob: 3a94b482656da5bd1fa05d902e0aa2a763ff5485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- C++ -*-
//
// $Id$

ACE_INLINE void
TAO_IORInfo::invalidate (void)
{
  this->poa_ = 0;
}

ACE_INLINE void
TAO_IORInfo::components_established (void)
{
  this->components_established_ = 1;
}