summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1628_Regression/TestType.idl
blob: 8fe28c8d85ea5464ff94fb931f2ec6fbdd5c7007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

//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] ;



//};