repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
OBV
/
Forward
/
TreeNode.idl
blob
f8157f7f6606cbe9f3a5fe58904a63e8eeaaa066
1
#include
"TreeBase.idl"
2
3
//
4
// A concrete node type
5
//
6
valuetype StringNode
:
BaseNode
7
{
8
public string
name
;
9
};