]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAObjectClass.hxx
Add another subsystem group.
[simgear.git] / simgear / hla / HLAObjectClass.hxx
index b0db5ad1f9b40b776040ac16e899f28d5ff1a68d..3c5ace5f5e9b2ebd974873ed9f839dedae2b7e36 100644 (file)
@@ -95,6 +95,9 @@ protected:
     virtual HLAObjectInstance* createObjectInstance(RTIObjectInstance* rtiObjectInstance);
 
 private:
+    HLAObjectClass(const HLAObjectClass&);
+    HLAObjectClass& operator=(const HLAObjectClass&);
+
     // The internal entry points from the RTILObjectClass callback functions
     void discoverInstance(RTIObjectInstance* objectInstance, const RTIData& tag);
     void removeInstance(HLAObjectInstance& objectInstance, const RTIData& tag);