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
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
RTPOA_Setup.inl
blob
5efd85a057031b05cc43c5cda5a4273070f96a1a
1
/**
2
* @file RTPOA_Setup.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE PortableServer::POA_ptr
8
RTPOA_Setup::poa (void)
9
{
10
return PortableServer::POA::_duplicate (this->poa_.in ());
11
}