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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
lib
/
RTPOA_Setup.inl
blob
8411921e9e4c407de85ddf91588c557798ef65dd
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 ()
9
{
10
return PortableServer::POA::_duplicate (this->poa_.in ());
11
}