fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / FieldContainer / Attachments / OSGBoostPathAttachment.fcd
blob57b8eb58630280c1b30c58823521e1bfe7120115
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="BoostPathAttachment"
5 parent="Attachment"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 isNodeCore="false"
13 authors="David Kabala (djkabala@gmail.com) "
15 <Field
16 name="path"
17 type="BoostPath"
18 category="data"
19 cardinality="single"
20 visibility="internal"
21 defaultValue=""
22 access="public"
24 </Field>
25 </FieldContainer>