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
/
tests
/
DSI_AMI_Gateway
/
test_dsi.inl
blob
e55cd67b01379215d901949a5bcdad7b4d490ccd
1
ACE_INLINE
2
DSI_Simple_Server::DSI_Simple_Server (
3
CORBA::ORB_ptr orb,
4
CORBA::Object_ptr target,
5
PortableServer::POA_ptr poa)
6
: orb_ (CORBA::ORB::_duplicate (orb)),
7
target_ (CORBA::Object::_duplicate (target)),
8
poa_ (PortableServer::POA::_duplicate (poa))
9
{
10
}