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
ACE+TAO-7_0_8
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
RTServer_Setup.inl
blob
102c3f7651bf1539cdafddb783b9bd9130b39132
1
/**
2
* @file RTServer_Setup.inl
3
*
4
* @author Carlos O'Ryan <coryan@uci.edu>
5
*/
6
7
ACE_INLINE PortableServer::POA_ptr
8
RTServer_Setup::poa (void)
9
{
10
return PortableServer::POA::_duplicate (this->poa_.in ());
11
}