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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
Any
/
Recursive
/
NonRecursive.idl
blob
9ecf951bac7f97f30a2c846f1580cd73f9c3a963
1
//
2
// Non-recursive types for compile-time testing.
3
4
module
Foo
5
{
6
struct
Nested
7
{
8
boolean
z
;
9
};
10
};
11
12
module
Bar
13
{
14
typedef
Foo
::
Nested Nested
;
15
16
struct
Baz
17
{
18
Nested one
;
19
Nested two
;
20
};
21
};