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
/
Bug_3276_Regression
/
test.idl
blob
5aa9684b0e59be211f7bebc0bf63d9563dd2b7cc
1
/*
2
*/
3
4
interface
Simple_Server
5
{
6
void
remote_call
();
7
8
oneway
void
shutdown
();
9
};
10