]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLAInteractionClass.hxx
hla: add missing file fir the last commit.
[simgear.git] / simgear / hla / HLAInteractionClass.hxx
index c45c22d772ef4d4202a385867b7663e6af27db1e..021dff7ea73d71397ee2d81d86f35d359531e1c5 100644 (file)
@@ -25,6 +25,10 @@ class RTIInteractionClass;
 class HLAInteractionClass : public SGWeakReferenced {
 public:
     virtual ~HLAInteractionClass() {}
+
+private:
+    HLAInteractionClass(const HLAInteractionClass&);
+    HLAInteractionClass& operator=(const HLAInteractionClass&);
 };
 
 } // namespace simgear