Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3042_Regression / test.idl
blob74d864e68bae25d7aa8dacf724e9ec43423cd8ac
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * "test" IDL interface for the Codec test.
9 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
11 //=============================================================================
13 module Foo
15 struct Node;
17 typedef sequence <Node,5> nodesequence;
19 struct Node {
20 nodesequence nodes;