]> git.mxchange.org Git - simgear.git/commit
hla: rename HLAVariantData* to HLAVariantRecordData*
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 18 Feb 2012 10:44:00 +0000 (11:44 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 18 Feb 2012 10:44:00 +0000 (11:44 +0100)
commitdc9163f8016047f29603c3d40032655132f5c109
treec1391ec121028647caa78c9109225ddf940ad81e
parent42cc699263d23b4bb4a46016cec7526e48fd0589
hla: rename HLAVariantData* to HLAVariantRecordData*

Rename to the true name that is used in the standard.
20 files changed:
simgear/hla/CMakeLists.txt
simgear/hla/HLAArrayDataElement.cxx
simgear/hla/HLAArrayDataElement.hxx
simgear/hla/HLADataElementVisitor.hxx
simgear/hla/HLADataType.cxx
simgear/hla/HLADataType.hxx
simgear/hla/HLADataTypeVisitor.cxx
simgear/hla/HLADataTypeVisitor.hxx
simgear/hla/HLAOMTXmlVisitor.cxx
simgear/hla/HLAOMTXmlVisitor.hxx
simgear/hla/HLAObjectInstance.cxx
simgear/hla/HLAPropertyDataElement.cxx
simgear/hla/HLAVariantDataElement.cxx [deleted file]
simgear/hla/HLAVariantDataElement.hxx
simgear/hla/HLAVariantDataType.cxx [deleted file]
simgear/hla/HLAVariantDataType.hxx
simgear/hla/HLAVariantRecordDataElement.cxx [new file with mode: 0644]
simgear/hla/HLAVariantRecordDataElement.hxx [new file with mode: 0644]
simgear/hla/HLAVariantRecordDataType.cxx [new file with mode: 0644]
simgear/hla/HLAVariantRecordDataType.hxx [new file with mode: 0644]