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
/
MT_Client
/
test_i.cpp
blob
583c68e29150a39627a40d0c581e1287b2c5d320
1
#include
"test_i.h"
2
3
#if !defined(__ACE_INLINE__)
4
#include
"test_i.inl"
5
#endif
/* __ACE_INLINE__ */
6
7
void
8
Simple_Server_i
::
test_method
()
9
{
10
}
11
12
void
13
Simple_Server_i
::
shutdown
()
14
{
15
this
->
orb_
->
shutdown
(
false
);
16
}