1 // Forward declaration to make recursive construct.
4 //@@ Dosn't work for now
5 //typedef sequence<BaseNode> BaseNodeSeq;
7 // Performance test: One may try to pass
8 // over the wire a cyclic graph and measure
9 // how quickly TAO evaporates memory ;-)
14 //public BaseNodeSeq node_seq;
17 public BaseNode right
;