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
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
Security
/
Null_Cipher
/
Foo_i.cpp
blob
f55e54e6e2061cd94b801f5561febff648987a8e
1
// -*- C++ -*-
2
#include
"Foo_i.h"
3
4
5
Foo_i
::
Foo_i
(
CORBA
::
ORB_ptr orb
)
6
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
7
{
8
}
9
10
void
11
Foo_i
::
shutdown
()
12
{
13
ACE_DEBUG
((
LM_DEBUG
,
"SUCCESS: server received expected shutdown
\n
"
));
14
this
->
orb_
->
shutdown
(
false
);
15
}