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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3941_Regression
/
test.idl
blob
a6b184c1c75618c5d5eb69d611b73d2130c0e3fe
1
module
test
{
2
abstract valuetype EventBase
{ };
3
4
valuetype event0
:
EventBase
5
{
6
public string message
;
7
};
8
9
valuetype event1
:
EventBase
10
{
11
public long
l
;
12
};
13
};