]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAObjectClass.hxx
scenery: Use correct property root in xml loading.
[simgear.git] / simgear / hla / HLAObjectClass.hxx
index ea054a48f9b71d65a21ebd774000eb8f92024e99..6a04f4a12f2ecb41b6ca5471316028e21de344a2 100644 (file)
@@ -38,6 +38,9 @@ public:
     /// Return the name of this object class
     const std::string& getName() const;
 
+    /// return the federate this class belongs to
+    const SGWeakPtr<HLAFederate>& getFederate() const;
+
     /// Return the number of attributes in this object class
     unsigned getNumAttributes() const;