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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
Faults
/
ping_i.inl
blob
38515dd085d944f928247e4f9c9f6b5c32a4ecca
1
ACE_INLINE
2
PingObject_i::PingObject_i (CORBA::ORB_ptr orb,
3
PortableServer::POA_ptr poa)
4
: orb_ (CORBA::ORB::_duplicate (orb)),
5
poa_ (PortableServer::POA::_duplicate (poa))
6
{
7
}