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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Server_Connection_Purging
/
Test.idl
blob
8a4875610b6112cad154d3b9b7b54ef0acfa644f
1
interface
test
2
{
3
/*
4
* A simple remote operation..
5
*/
6
void
send_stuff
(
in string
foo
);
7
8
oneway
void
shutdown
();
9
};