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