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
/
Test.idl
blob
11cfe70a9f2d67f83f90c6e616fa815918751de7
1
2
module
Test
3
{
4
/// An interface to communicate and shutdown a process
5
interface
Ping_Service
6
{
7
/// Just a void function contact the server
8
void
ping
();
9
10
/// Shutdown the server
11
oneway
void
shutdown
();
12
};
13
};