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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3919_Regression
/
Test2.idl
blob
4bc2e2f689251e09dfffbc081c333f19816de9ad
1
#include
"Test.idl"
2
3
module
Test2
4
{
5
struct
MyAttRefSeqStruct
{
6
Test
::
MyAttRefSequence attRefSeq
;
7
};
8
};