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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
InterfaceRepo
/
Bug_3155_Regression
/
test.idl
blob
068ec360bd6386f7a7ee8d0dae6bb01263874321
1
module
C1
2
{
3
valuetype EB
// NOT abstract
4
{
5
};
6
};
7
8
module
M1
9
{
10
valuetype VT
;
// Forward declare
11
};
12
13
module
M1
14
{
15
valuetype VT
:
// Full definition
16
::
C1
::
EB
17
{
18
public long id
;
19
};
20
};