fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / State / Base / OSGChunkBlock.fcd
bloba099b30a8ea0700b20b1ff0ac303b87230dab0ca
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="ChunkBlock"
5 parent="FieldContainer"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="false"
13 <Field
14 name="chunks"
15 type="StateChunkPtr"
16 cardinality="multi"
17 visibility="external"
18 access="protected"
19 ptrFieldAccess = "custom"
20 pushToFieldAs="pushToChunks"
21 replaceInMFieldIndexAs="replaceChunk"
23 </Field>
24 </FieldContainer>