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
/
CSD_Collocation
/
Diamond.idl
blob
8b0072e4a90a5199f950b4ebf62cf76f8dd793a7
1
module
Diamond
2
{
3
interface
Top
4
{
5
string
shape
();
6
};
7
8
interface
Left
:
Top
9
{
10
string
color
();
11
};
12
13
interface
Right
:
Top
14
{
15
long
width
();
16
};
17
18
interface
Buttom
:
Left
,
Right
19
{
20
string
name
();
21
};
22
};