]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAFederate.hxx
Add default constructor to simgear::Dir
[simgear.git] / simgear / hla / HLAFederate.hxx
index 0775a566ca04d49e8c3467568f4151e4f6506555..3083903cb80866267d3c90873f3dc3a073bd2ce7 100644 (file)
@@ -186,9 +186,11 @@ public:
     bool readObjectModelTemplate(const std::string& objectModel,
                                  ObjectModelFactory& objectModelFactory);
 
+    /// Get the object class of a given name
     HLAObjectClass* getObjectClass(const std::string& name);
     const HLAObjectClass* getObjectClass(const std::string& name) const;
 
+    /// Get the interaction class of a given name
     HLAInteractionClass* getInteractionClass(const std::string& name);
     const HLAInteractionClass* getInteractionClass(const std::string& name) const;