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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Bug_3444_Regression
/
Test_impl.cpp
blob
d59755cc7cebd35bab00502f2d4af2fba93a1eae
1
#include
"Test_impl.h"
2
3
4
Server_impl
::
Server_impl
(
CORBA
::
ORB_ptr orb
)
5
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
6
{
7
}
8
9
void
Server_impl
::
shutdown
()
10
{
11
this
->
orb_
->
shutdown
(
false
);
12
}