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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Server_Leaks
/
Ping_Service.cpp
blob
4b2c6a46b3d05d707ebc963d87d3acd2f898f986
1
#include
"Ping_Service.h"
2
3
Ping_Service
::
Ping_Service
(
CORBA
::
ORB_ptr orb
)
4
:
orb_
(
CORBA
::
ORB
::
_duplicate
(
orb
))
5
{
6
}
7
8
void
9
Ping_Service
::
ping
()
10
{
11
}
12
13
void
14
Ping_Service
::
shutdown
()
15
{
16
this
->
orb_
->
shutdown
(
false
);
17
}