fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / Test / GroupLib / OSGTestStage.fcd
blobd4003e1443016c7499c3837d463be527ac25bc35
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="TestStage"
5 parent="Stage"
6 library="Group"
7 pointerfieldtypes="none"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 isNodeCore="true"
15 just dumps a message on traversal and render for testing
16 <Field
17 name="message"
18 type="std::string"
19 cardinality="single"
20 visibility="external"
21 access="public"
23 </Field>
24 </FieldContainer>