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 #2306 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
scale_clients
/
Test.idl
blob
fa2e9489dc715a6fdf002592b45d4c38e6b79b36
1
interface
Test
2
{
3
// Return the number of the server after a delay
4
short
get_num_requests
(
in short
delay_secs
);
5
6
oneway
void
shutdown
();
7
};
8