X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fhla%2FHLAObjectInstance.hxx;h=e5545207ff7f90131a8d2bd9cfaa9b82db638a71;hb=610ec6fe68c04422789fbc5d07f1c776b048e39d;hp=a7c802d497633d156f37c7a4c5d4fac806999571;hpb=7dc8bf3aa41655e8ae63a7193fe99b5a7802a6b7;p=simgear.git diff --git a/simgear/hla/HLAObjectInstance.hxx b/simgear/hla/HLAObjectInstance.hxx index a7c802d4..e5545207 100644 --- a/simgear/hla/HLAObjectInstance.hxx +++ b/simgear/hla/HLAObjectInstance.hxx @@ -73,9 +73,6 @@ public: /// Sets the data element of the attribute with the given index to dataElement void setAttributeDataElement(unsigned index, const SGSharedPtr& dataElement); - /// Sets the data element of the attribute with the given index to the content of pathElementMap - void setAttribute(unsigned index, const HLAPathElementMap& pathElementMap); - void setAttributes(const HLAAttributePathElementMap& attributePathElementMap); /// Retrieve the data element index for the given path. bool getDataElementIndex(HLADataElementIndex& index, const std::string& path) const; @@ -173,8 +170,6 @@ private: void _reflectAttributeValues(const HLAIndexList& indexList, const RTIData& tag); void _reflectAttributeValues(const HLAIndexList& indexList, const SGTimeStamp& timeStamp, const RTIData& tag); - class DataElementFactoryVisitor; - struct Attribute { Attribute() : _enabledUpdate(false), _unconditionalUpdate(false) {} SGSharedPtr _dataElement;