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
/
tests
/
Oneway_Timeouts
/
Test.idl
blob
d076114e7c60169a5d810d987eceffc18aa434be
1
interface
Tester
{
2
oneway
void
test
(
in long id
);
3
long
test2
(
in long id
);
4
};