summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-10-26 17:55:55 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-10-26 17:55:55 -0500
commit7a71614caf06f3dbf3691ff370262ee0b6caef3b (patch)
tree3c076b41d77ce4884bfcdbef375f2a42636e12de /TAO/tests/IDL_Test
parentcb128f6373084b8b5370c29b208f6f67ba5399ce (diff)
downloadATCD-7a71614caf06f3dbf3691ff370262ee0b6caef3b.tar.gz
Add typedef annotation to test
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r--TAO/tests/IDL_Test/v4/Annotations.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/v4/Annotations.idl b/TAO/tests/IDL_Test/v4/Annotations.idl
index 816d4a3efdd..fe8618242cc 100644
--- a/TAO/tests/IDL_Test/v4/Annotations.idl
+++ b/TAO/tests/IDL_Test/v4/Annotations.idl
@@ -6,6 +6,10 @@
@test_module_ant
module Test_Module {
+ // Annotation on Typedefs
+ @range (min = 1, max = 10)
+ typedef short small_postive;
+
// Sequence Type Parameter
typedef sequence<@test_seq_param_ant short, 5> test_seq_t;