summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Forward/TreeNode.idl
blob: f8157f7f6606cbe9f3a5fe58904a63e8eeaaa066 (plain)
1
2
3
4
5
6
7
8
9
#include "TreeBase.idl"

//
// A concrete node type
//
valuetype StringNode : BaseNode
{
  public string name;
};