// -*- IDL -*- //============================================================================= /** * @file test.idl * * $Id$ * * "test" IDL interface for the Codec test. * * @author Balachandran Natarajan */ //============================================================================= module Foo { struct Node; typedef sequence nodesequence; struct Node { nodesequence nodes; }; };