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
/
Reliable_Oneways
/
Shutdown_Helper.cpp
blob
ae0b79e779b2917fb1770598f3db78eefcfe5498
1
#include
"Shutdown_Helper.h"
2
3
Shutdown_Helper
::
Shutdown_Helper
(
CORBA
::
ORB_ptr orb
)
4
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
5
{
6
}
7
8
void
9
Shutdown_Helper
::
shutdown
()
10
{
11
this
->
orb_
->
shutdown
(
false
);
12
}