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
/
ImplRepo
/
ping_interrupt
/
Test.idl
blob
87f2d592e050aaaebbcca1f1b16e02ce0be2a0ec
1
interface
Test
2
{
3
4
// Return the number of the server after a delay
5
short
get_server_num
(
in short
delay_secs
);
6
7
};
8