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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
IDL_Test
/
Bug_2619_Regression.idl
blob
223c77a33cdb189f9a730dadd4fb7a78c30ff129
1
// Test Bug 2619
2
3
struct
Type_T
4
{
5
string id
;
6
};
7
8
valuetype T_Data_T
9
{
10
public
Type_T type
;
11
};
12
13
interface
Test
14
{
15
typedef
Type_T Group
;
16
Group getGroup
();
17
};