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_1330_Regression
/
Test_i.cpp
blob
6abc12a38d406d02a846d83e3c105eca5effb7db
1
#include
"Test_i.h"
2
3
Test_i
::
Test_i
(
CORBA
::
ORB_ptr orb
)
4
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
5
{
6
}
7
8
Test_i
::~
Test_i
()
9
{
10
}
11
12
void
13
Test_i
::
test_method
()
14
{
15
}
16
17
void
18
Test_i
::
shutdown
()
19
{
20
this
->
orb_
->
shutdown
(
false
);
21
}