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
/
Portable_Interceptors
/
IORInterceptor
/
test_i.cpp
blob
8444e9c7d445b80eab189cdc990133f67fbd59dc
1
// -*- C++ -*-
2
#include
"test_i.h"
3
4
test_i
::
test_i
(
CORBA
::
ORB_ptr orb
)
5
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
6
{
7
}
8
9
void
10
test_i
::
shutdown
(
void
)
11
{
12
ACE_DEBUG
((
LM_DEBUG
,
13
"
\"
test_i
\"
is shutting down.
\n
"
));
14
this
->
orb_
->
shutdown
(
0
);
15
}