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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
RTServer_Setup.inl
blob
458071902f0d49025d2237b4f4ed8f9f4d00f3e7
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 ()
9
{
10
return PortableServer::POA::_duplicate (this->poa_.in ());
11
}