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
/
Forwarding
/
test_i.cpp
blob
2b0a449a165e599dab833ee81ab709460480c955
1
#include
"test_i.h"
2
3
#if !defined(__ACE_INLINE__)
4
#include
"test_i.inl"
5
#endif
/* __ACE_INLINE__ */
6
7
CORBA
::
Boolean
8
Simple_Server_i
::
test_is_a
(
const char
*
/* type */
)
9
{
10
// ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
11
return
0
;
12
}
13
14
void
15
Simple_Server_i
::
shutdown
(
void
)
16
{
17
this
->
orb_
->
shutdown
(
0
);
18
}