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_1330_Regression
/
Test_i.cpp
blob
2493d0ae37d3afd5ef959fb63af4f767183af2d1
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
(
void
)
14
{
15
}
16
17
void
18
Test_i
::
shutdown
(
void
)
19
{
20
this
->
orb_
->
shutdown
(
0
);
21
}