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