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
Continued changes from peer review
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2734_Regression
/
test.idl
blob
aee6a39899c3d878667a207ca1a63e0ee026994c
1
2
interface
Simple_Server
{
3
4
/// Returns <x>, but sleep for <msecs> milliseconds before returning
5
long
echo
(
in long
x
,
in long
msecs
);
6
7
/// Shutdown the ORB
8
oneway
void
shutdown
();
9
};