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
/
ICMG_Any_Bug
/
Test.idl
blob
5ec025bd3db449ca63872a7e848dc94a1e94e70f
1
2
module
Test
3
{
4
interface
HelloWorld
5
{
6
string
get_string
();
7
};
8
9
interface
Hello
10
{
11
HelloWorld get_helloworld
();
12
13
oneway
void
shutdown
();
14
};
15
};