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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3068_Regression
/
test_i.inl
blob
72fba134549ca35aea459daa7a878fcb18539e5b
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
: orb_ (CORBA::ORB::_duplicate (orb)),
10
caller_ (0)
11
{
12
}