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