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_3174_Regression
/
test.idl
blob
2280286b1908ac94838d88ab96041c4e3d73e40f
1
// TAO579
2
3
module
m1
4
{
5
enum
e1
{
e1_1
,
e1_2
};
6
const
e1 c2
=
e1_2
;
7
};