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