summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/attribute.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/attribute.idl')
-rw-r--r--TAO/tests/IDL_Test/attribute.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/attribute.idl b/TAO/tests/IDL_Test/attribute.idl
index f5dc3e90845..9762b92bed7 100644
--- a/TAO/tests/IDL_Test/attribute.idl
+++ b/TAO/tests/IDL_Test/attribute.idl
@@ -9,9 +9,15 @@ module Hello
{
};
+ typedef short MyType;
+
// Sender/Receiver interface
interface MyFoo
{
+ attribute MyType rw_attrib_mytype
+ getraises (InternalErrorA)
+ setraises (InternalErrorB);
+
attribute short rw_attrib
getraises (InternalErrorA)
setraises (InternalErrorB);