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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1551_Regression
/
Test.idl
blob
720bd64e5e71185d4bdd6474aaf0955aff0769e9
1
2
module
Test
3
{
4
/// A very simple interface
5
interface
Hello
6
{
7
void
short_sleep
();
8
};
9
};