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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3790_Regression
/
simple_test_i.cpp
blob
a2f552b0d77460653deffdaf0a844c6dea350f5b
1
2
#include
"simple_test_i.h"
3
4
Simple_Test_i
::
Simple_Test_i
(
CORBA
::
ORB_ptr orb
)
5
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
6
{
7
}
8
9
void
10
Simple_Test_i
::
shutdown
()
11
{
12
this
->
orb_
->
shutdown
(
false
);
13
}