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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_3444_Regression
/
Test_impl.cpp
blob
d4ee0cdc8a13e4ed2d91afc13d8b22ec45e32a6c
1
#include
"Test_impl.h"
2
3
4
5
Server_impl
::
Server_impl
(
CORBA
::
ORB_ptr orb
)
6
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
7
{
8
}
9
10
void
Server_impl
::
shutdown
()
11
{
12
this
->
orb_
->
shutdown
(
0
);
13
}