summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/OBV/Forward/TreeNode.idl
blob: 06010fd7b18db7b8212529af636365a29f74029f (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#include "TreeBase.idl"

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