repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
IORInterceptor
/
IORInfo.inl
blob
2a8ad1ac00762a7320e339173e5f60ee127bc9a6
1
// -*- C++ -*-
2
3
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4
5
ACE_INLINE void
6
TAO_IORInfo::invalidate ()
7
{
8
this->poa_ = 0;
9
}
10
11
ACE_INLINE void
12
TAO_IORInfo::components_established ()
13
{
14
this->components_established_ = true;
15
}
16
17
TAO_END_VERSIONED_NAMESPACE_DECL