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
/
orbsvcs
/
tests
/
Bug_2247_Regression
/
test.idl
blob
113cc4b954045748c56d61f3bea95b042b823d27
1
/*
2
*/
3
4
interface
Simple_Server
5
{
6
string
remote_call
();
7
string
shutdown
(
in string
ior_file
);
8
string
abort
(
in string
ior_file
);
9
};