2 //=============================================================================
6 * Simple IDL file to test octet sequences.
9 * @author Carlos O'Ryan <coryan@cs.wustl.edu>
11 //=============================================================================
16 typedef sequence
<octet
> OctetSeq
;
17 typedef sequence
<char> CharSeq
;
19 typedef unsigned short Index
;
21 exception OutOfRange
{
29 // A database of octet sequences
32 // Just a silly IDL file to test if the ORB can hold octet
33 // sequences intact between calls. Regularly this wouldn't be a
34 // problem, but TAO optimizations for octet sequences make that
35 // a little trickier to ensure.
39 in double verification_token
,
40 out double returned_token
)
43 OctetSeq get
(in Index i
)
46 unsigned long get_crc
(in Index i
)
49 oneway
void shutdown
();