summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1628_Regression/TestType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1628_Regression/TestType.idl')
-rw-r--r--TAO/tests/Bug_1628_Regression/TestType.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1628_Regression/TestType.idl b/TAO/tests/Bug_1628_Regression/TestType.idl
new file mode 100644
index 00000000000..a7f1adde7b2
--- /dev/null
+++ b/TAO/tests/Bug_1628_Regression/TestType.idl
@@ -0,0 +1,16 @@
+//
+// $Id$
+//
+
+//module Test {
+
+
+ // The size of the hash md5
+ const unsigned long HASH_MD5_SIZEOF = 16;
+
+ // The hash MD5 type
+ typedef octet HashedMD5SimpleSecret[HASH_MD5_SIZEOF] ;
+
+
+
+//};