summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl')
-rw-r--r--CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
index 215102417e6..b3fd614e74d 100644
--- a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
+++ b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
@@ -44,11 +44,13 @@ interface umface {};
abstract interface IfAb
{
long op (out long value);
+ attribute long attr;
};
interface IfConcr : IfAb
{
long concr_op (out long value);
+ attribute long concr_attr;
};
#if !defined (CCM_LW)