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
/
Bug_3531_Regression
/
test_i.inl
blob
77862680d263c2314ec17f2392c8b9e41d860a95
1
ACE_INLINE
2
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
3
: orb_ (CORBA::ORB::_duplicate (orb)),
4
lock_ (),
5
cond_ (lock_),
6
timer_registed_ (false)
7
{
8
}