gator: Version 5.17
[firefly-linux-kernel-4.4.55.git] / tools / gator / daemon / Fifo.h
index ada42b9fb5848f37eabdf34b66e0710cbc3f77f7..d25cd68825614a621eab87089fb877669d9ef7d3 100644 (file)
@@ -39,6 +39,10 @@ private:
   sem_t* mReaderSem;
   char*        mBuffer;
   bool mEnd;
+
+  // Intentionally unimplemented
+  Fifo(const Fifo &);
+  Fifo &operator=(const Fifo &);
 };
 
 #endif         //__FIFO_H__