]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAInteractionClass.hxx
scenery: Use correct property root in xml loading.
[simgear.git] / simgear / hla / HLAInteractionClass.hxx
index 4e1d15315b13108d95b1407299d0ff5ea7619b8c..34a25c7e95db506aba602b33f9eaab37c8b2f88f 100644 (file)
@@ -41,6 +41,9 @@ public:
 
     const std::string& getName() const;
 
+    /// return the federate this interaction class belongs to
+    const SGWeakPtr<HLAFederate>& getFederate() const;
+
     HLASubscriptionType getSubscriptionType() const;
     void setSubscriptionType(HLASubscriptionType subscriptionType);