Comment / tidy.
[libdcp.git] / src / object.h
index e12888e8b337016a8b3def3febfa9a95896279d7..82598c589a1106c183fdbdaba6bbeb75e6f25170 100644 (file)
 
 */
 
+/** @file  src/object.h
+ *  @brief Object class.
+ */
+
 #ifndef LIBDCP_OBJECT_H
 #define LIBDCP_OBJECT_H
 
+#include <boost/noncopyable.hpp>
 #include <string>
 
 namespace dcp {
@@ -27,7 +32,7 @@ namespace dcp {
 /** @class Object
  *  @brief Some part of a DCP that has a UUID.
  */
-class Object
+class Object : public boost::noncopyable
 {
 public:
        Object ();