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_3926_Regression
/
test.idl
blob
8e6a75c217f9a08ca06689ae49d77e360b27ebe3
1
module
hello
{
2
interface
GoodDay
{
3
short
number
();
4
oneway
void
shutdown
();
5
};
6
};