X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Freel_mxf.h;h=099ddfeb3580df7826bd004ff74e5b39af21c9e2;hb=6c37cc1979b2a01205a888c4c98f3334685ee8dd;hp=0751418994fdd6e7e091c61d3ddd02fcd44458e5;hpb=b75d977a38f039fd68ed5d4055ae70b4bf631603;p=libdcp.git diff --git a/src/reel_mxf.h b/src/reel_mxf.h index 07514189..099ddfeb 100644 --- a/src/reel_mxf.h +++ b/src/reel_mxf.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2019 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of libdcp. @@ -31,26 +31,32 @@ files in the program, then also delete it here. */ + /** @file src/reel_mxf.h - * @brief ReelMXF + * @brief ReelMXF class */ + #ifndef LIBDCP_REEL_MXF_H #define LIBDCP_REEL_MXF_H + #include "ref.h" #include #include #include + namespace cxml { class Node; } + namespace dcp { + /** @class ReelMXF - * @brief Part of a Reel's description which refers to an asset which can be encrypted. + * @brief Part of a Reel's description which refers to an asset which can be encrypted */ class ReelMXF { @@ -124,6 +130,8 @@ private: boost::optional _hash; }; + } + #endif