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 "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
BiDirectional
/
test_i.inl
blob
d29fbb9f970394eea70e86164bd4b983feb840ec
1
ACE_INLINE
2
Callback_i::Callback_i (CORBA::ORB_ptr orb)
3
: orb_ (CORBA::ORB::_duplicate (orb))
4
{
5
}
6
7
ACE_INLINE
8
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb,
9
int no_iterations)
10
: orb_ (CORBA::ORB::_duplicate (orb)),
11
flag_ (0),
12
callback_ (0),
13
no_iterations_ (no_iterations)
14
{
15
}