summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3042_Regression/test.idl
blob: 87dcf77a171b39c7e74cecdad4555b2b144f6320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- IDL -*-

//=============================================================================
/**
 * @file test.idl
 *
 * $Id$
 *
 * "test" IDL interface for the Codec test.
 *
 * @author Balachandran Natarajan <bala@dre.vanderbilt.edu>
 */
//=============================================================================

module Foo
{
  struct Node {
    sequence <Node,5> nodes;
  };

};