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
Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git]
/
TAO
/
tao
/
PortableServer
/
Regular_POA.inl
blob
7be5db2b0a25c50fbd83a245274fb12c79860094
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 (void)
8
{
9
return PortableServer::POA::_duplicate (this->parent_);
10
}
11
12
TAO_END_VERSIONED_NAMESPACE_DECL
13
14
#endif
15