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_3790_Regression
/
simple_test_i.cpp
blob
1891762834c017c11cf128a550c9f4ff8e720321
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
(
void
)
11
{
12
this
->
orb_
->
shutdown
(
0
);
13
}