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
/
No_Server_MT_Connect_Test
/
test_i.cpp
blob
50d71b99e4411e161700a72db505afc38702ae93
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
(
void
)
10
{
11
}
12
13
void
14
Simple_Server_i
::
shutdown
(
void
)
15
{
16
this
->
orb_
->
shutdown
(
0
);
17
}