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
/
PortableServer
/
Regular_POA.inl
blob
73727ad3843eb4d03d5b25b561efda897b293438
1
// -*- C++ -*-
2
#if !defined (CORBA_E_MICRO)
3
4
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5
6
ACE_INLINE PortableServer::POA_ptr
7
TAO_Regular_POA::the_parent ()
8
{
9
return PortableServer::POA::_duplicate (this->parent_);
10
}
11
12
TAO_END_VERSIONED_NAMESPACE_DECL
13
14
#endif
15