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
/
Security
/
Null_Cipher
/
Foo_i.cpp
blob
7fc392022de759384a60594d618c8700dd424240
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
(
void
)
12
{
13
ACE_DEBUG
((
LM_DEBUG
,
"SUCCESS: server received expected shutdown
\n
"
));
14
this
->
orb_
->
shutdown
(
0
);
15
}